Html Css Color HEX #4EADCE Viking

📋 copy color: '#4EADCE'

red 78 ◦ green 173 ◦ blue 206

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

Shades of Viking #4EADCE

Tints of Viking #4EADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

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

R = 17.07%
G = 37.86%
B = 45.08%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EADCE (or 0x4EADCE) is known color: Viking. HEX triplet: 4E, AD and CE. RGB value is (78,173,206). Sum of RGB (Red+Green+Blue) = 78+173+206=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADCE is #B15231. Grayscale: #949494. Windows color (decimal): -11620914 or 13544782. OLE color: 13544782.

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

Color convert

RGB 78 173 206 -
CMYK 0.62 0.16 0 0.19
HSL 195.47º 0.57% 0.56% -
HSV(B) 195.47º 0.62% 0.81% -
XYZ 29.23 35.96 63.79 -
YUV 148.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 78 173 206 0.62 0.16 0 0.19 195.47 0.57 0.56
Hex 4E AD CE 3E 10 0 13 C3 39 38
Octal 116 255 316 76 20 0 23 303 71 70
Binary 1001110 10101101 11001110 111110 10000 0 10011 11000011 111001 111000

Color Harmonies of #4EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADCE

Black with #4EADCE

Text Example


Text Example

White with #4EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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