Html Css Color HEX #4EBACC Viking

📋 copy color: '#4EBACC'

red 78 ◦ green 186 ◦ blue 204

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

Shades of Viking #4EBACC

Tints of Viking #4EBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 16.67%
G = 39.74%
B = 43.59%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4EBACC (or 0x4EBACC) is known color: Viking. HEX triplet: 4E, BA and CC. RGB value is (78,186,204). Sum of RGB (Red+Green+Blue) = 78+186+204=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBACC is #B14533. Grayscale: #9B9B9B. Windows color (decimal): -11617588 or 13417038. OLE color: 13417038.

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

Color convert

RGB 78 186 204 -
CMYK 0.62 0.09 0 0.2
HSL 188.57º 0.55% 0.55% -
HSV(B) 188.57º 0.62% 0.8% -
XYZ 31.6 41.1 63.39 -
YUV 155.76 155.22 72.54 -
System Red Green Blue C M Y K H S L
Decimal 78 186 204 0.62 0.09 0 0.2 188.57 0.55 0.55
Hex 4E BA CC 3E 9 0 14 BD 37 37
Octal 116 272 314 76 11 0 24 275 67 67
Binary 1001110 10111010 11001100 111110 1001 0 10100 10111101 110111 110111

Color Harmonies of #4EBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBACC

Black with #4EBACC

Text Example


Text Example

White with #4EBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,186,204); }

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

background-color css

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

 a { background-color: rgb(78,186,204); }

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

border-color css

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

 span { border-color: rgb(78,186,204); }

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