Html Css Color HEX #4EB8C6 Viking

📋 copy color: '#4EB8C6'

red 78 ◦ green 184 ◦ blue 198

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

Shades of Viking #4EB8C6

Tints of Viking #4EB8C6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 16.96%
G = 40%
B = 43.04%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4EB8C6 (or 0x4EB8C6) is known color: Viking. HEX triplet: 4E, B8 and C6. RGB value is (78,184,198). Sum of RGB (Red+Green+Blue) = 78+184+198=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EB8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB8C6 is #B14739. Grayscale: #999999. Windows color (decimal): -11618106 or 13023310. OLE color: 13023310.

HSL color Cylindrical-coordinate representation of color #4EB8C6: hue angle of 187º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EB8C6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 184 198 -
CMYK 0.61 0.07 0 0.22
HSL 187º 0.51% 0.54% -
HSV(B) 187º 0.61% 0.78% -
XYZ 30.48 39.98 59.54 -
YUV 153.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 78 184 198 0.61 0.07 0 0.22 187 0.51 0.54
Hex 4E B8 C6 3D 7 0 16 BB 33 36
Octal 116 270 306 75 7 0 26 273 63 66
Binary 1001110 10111000 11000110 111101 111 0 10110 10111011 110011 110110

Color Harmonies of #4EB8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB8C6

Black with #4EB8C6

Text Example


Text Example

White with #4EB8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,184,198); }

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

background-color css

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

 a { background-color: rgb(78,184,198); }

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

border-color css

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

 span { border-color: rgb(78,184,198); }

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