#4BA8B6

Color #4BA8B6 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4BA8B6

Tints of Viking #4BA8B6

Color information

#4BA8B6 (or 0x4BA8B6) is unknown color: approx Viking. HEX triplet: 4B, A8 and B6. RGB value is (75,168,182). Sum of RGB (Red+Green+Blue) = 75+168+182=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #4BA8B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA8B6 is #B45749. Grayscale: #8D8D8D. Windows color (decimal): -11818826 or 11970635. OLE color: 11970635.

HSL color Cylindrical-coordinate representation of color #4BA8B6: hue angle of 187.85º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BA8B6 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB75168182-
CMYK0.590.0800.29
HSL187.85º42.29%50.39%-
HSV(B)187.85º58.79%71.37%-
XYZ25.3532.8849.27-
YUV141.79150.6980.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 17.65%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=17.65%
G=39.53%
B=42.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751681820.590.0800.29187.8542.2950.39
Hex4BA8B63B801Dbc2a32
Octal11325026673100352745262
Binary10010111010100010110110111011100001110110111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA8B6; }

 p { color: rgb(75,168,182); }

 H1.HeaderClassName
 {
   color: #4BA8B6;
 }
 .AnyTagClassName
 {
   color: #4BA8B6;
 }
</style>
background-color css

<style>
 a { background-color: #4BA8B6; }

 a { background-color: rgb(75,168,182); }

 div.DivClassName
 {
   background-color: #4BA8B6;
 }
 .BgClassName
 {
   background-color: #4BA8B6;
 }
</style>
border-color css

<style>
 span { border-color: #4BA8B6; }

 span { border-color: rgb(75,168,182); }

 td.TdClassName
 {
   border-color: #4BA8B6;
 }
 .TagClassName
 {
   border-color: #4BA8B6;
 }
</style>