Html Css Color HEX #4EB6CB Viking

📋 copy color: '#4EB6CB'

red 78 ◦ green 182 ◦ blue 203

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

Shades of Viking #4EB6CB

Tints of Viking #4EB6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

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

R = 16.85%
G = 39.31%
B = 43.84%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4EB6CB (or 0x4EB6CB) is known color: Viking. HEX triplet: 4E, B6 and CB. RGB value is (78,182,203). Sum of RGB (Red+Green+Blue) = 78+182+203=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EB6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB6CB is #B14934. Grayscale: #999999. Windows color (decimal): -11618613 or 13350478. OLE color: 13350478.

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

Color convert

RGB 78 182 203 -
CMYK 0.62 0.10 0 0.20
HSL 190.08º 0.55% 0.55% -
HSV(B) 190.08º 0.62% 0.8% -
XYZ 30.65 39.39 62.49 -
YUV 153.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 78 182 203 0.62 0.10 0 0.20 190.08 0.55 0.55
Hex 4E B6 CB 3E A 0 14 BE 37 37
Octal 116 266 313 76 12 0 24 276 67 67
Binary 1001110 10110110 11001011 111110 1010 0 10100 10111110 110111 110111

Color Harmonies of #4EB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB6CB

Black with #4EB6CB

Text Example


Text Example

White with #4EB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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