#4EB8CB

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

Shades of Viking #4EB8CB

Tints of Viking #4EB8CB

Color information

#4EB8CB (or 0x4EB8CB) is unknown color: approx Viking. HEX triplet: 4E, B8 and CB. RGB value is (78,184,203). Sum of RGB (Red+Green+Blue) = 78+184+203=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EB8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB8CB is #B14734. Grayscale: #9A9A9A. Windows color (decimal): -11618101 or 13350990. OLE color: 13350990.

HSL color Cylindrical-coordinate representation of color #4EB8CB: hue angle of 189.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EB8CB is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78184203-
CMYK0.620.0900.20
HSL189.12º54.59%55.1%-
HSV(B)189.12º61.58%79.61%-
XYZ31.0640.2162.62-
YUV154.47155.3873.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.77%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=16.77%
G=39.57%
B=43.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781842030.620.0900.20189.1254.5955.1
Hex4EB8CB3E9014bd3737
Octal11627031376110242756767
Binary10011101011100011001011111110100101010010111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,184,203); }

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

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

 a { background-color: rgb(78,184,203); }

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

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

 span { border-color: rgb(78,184,203); }

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