Html Css Color HEX #4EAFCE Viking

📋 copy color: '#4EAFCE'

red 78 ◦ green 175 ◦ blue 206

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

Shades of Viking #4EAFCE

Tints of Viking #4EAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 16.99%
G = 38.13%
B = 44.88%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EAFCE (or 0x4EAFCE) is known color: Viking. HEX triplet: 4E, AF and CE. RGB value is (78,175,206). Sum of RGB (Red+Green+Blue) = 78+175+206=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFCE is #B15031. Grayscale: #959595. Windows color (decimal): -11620402 or 13545294. OLE color: 13545294.

HSL color Cylindrical-coordinate representation of color #4EAFCE: hue angle of 194.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EAFCE is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 175 206 -
CMYK 0.62 0.15 0 0.19
HSL 194.53º 0.57% 0.56% -
HSV(B) 194.53º 0.62% 0.81% -
XYZ 29.61 36.74 63.92 -
YUV 149.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 78 175 206 0.62 0.15 0 0.19 194.53 0.57 0.56
Hex 4E AF CE 3E F 0 13 C3 39 38
Octal 116 257 316 76 17 0 23 303 71 70
Binary 1001110 10101111 11001110 111110 1111 0 10011 11000011 111001 111000

Color Harmonies of #4EAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAFCE

Black with #4EAFCE

Text Example


Text Example

White with #4EAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,175,206); }

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

background-color css

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

 a { background-color: rgb(78,175,206); }

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

border-color css

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

 span { border-color: rgb(78,175,206); }

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