Html Css Color HEX #4EB0CB Viking

📋 copy color: '#4EB0CB'

red 78 ◦ green 176 ◦ blue 203

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

Shades of Viking #4EB0CB

Tints of Viking #4EB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

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

R = 17.07%
G = 38.51%
B = 44.42%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4EB0CB (or 0x4EB0CB) is known color: Viking. HEX triplet: 4E, B0 and CB. RGB value is (78,176,203). Sum of RGB (Red+Green+Blue) = 78+176+203=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EB0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB0CB is #B14F34. Grayscale: #959595. Windows color (decimal): -11620149 or 13348942. OLE color: 13348942.

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

Color convert

RGB 78 176 203 -
CMYK 0.62 0.13 0 0.20
HSL 192.96º 0.55% 0.55% -
HSV(B) 192.96º 0.62% 0.8% -
XYZ 29.45 36.98 62.09 -
YUV 149.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 78 176 203 0.62 0.13 0 0.20 192.96 0.55 0.55
Hex 4E B0 CB 3E D 0 14 C1 37 37
Octal 116 260 313 76 15 0 24 301 67 67
Binary 1001110 10110000 11001011 111110 1101 0 10100 11000001 110111 110111

Color Harmonies of #4EB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB0CB

Black with #4EB0CB

Text Example


Text Example

White with #4EB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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