Html Css Color HEX #4EA8CB Viking

📋 copy color: '#4EA8CB'

red 78 ◦ green 168 ◦ blue 203

#4EA8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4EA8CB

Tints of Viking #4EA8CB

RGB

 RED value IS 78 (30.86% from 255) = 17.37%

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 17.37%
G = 37.42%
B = 45.21%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4EA8CB (or 0x4EA8CB) is known color: Viking. HEX triplet: 4E, A8 and CB. RGB value is (78,168,203). Sum of RGB (Red+Green+Blue) = 78+168+203=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EA8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA8CB is #B15734. Grayscale: #909090. Windows color (decimal): -11622197 or 13346894. OLE color: 13346894.

HSL color Cylindrical-coordinate representation of color #4EA8CB: hue angle of 196.8º 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 #4EA8CB is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 168 203 -
CMYK 0.62 0.17 0 0.20
HSL 196.8º 0.55% 0.55% -
HSV(B) 196.8º 0.62% 0.8% -
XYZ 27.92 33.94 61.58 -
YUV 145.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 78 168 203 0.62 0.17 0 0.20 196.8 0.55 0.55
Hex 4E A8 CB 3E 11 0 14 C5 37 37
Octal 116 250 313 76 21 0 24 305 67 67
Binary 1001110 10101000 11001011 111110 10001 0 10100 11000101 110111 110111

Color Harmonies of #4EA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA8CB

Black with #4EA8CB

Text Example


Text Example

White with #4EA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA8CB;
 }
 .AnyTagClassName
 {
   color: #4EA8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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