Html Css Color HEX #4EABBC Viking

📋 copy color: '#4EABBC'

red 78 ◦ green 171 ◦ blue 188

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

Shades of Viking #4EABBC

Tints of Viking #4EABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 17.85%
G = 39.13%
B = 43.02%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4EABBC (or 0x4EABBC) is known color: Viking. HEX triplet: 4E, AB and BC. RGB value is (78,171,188). Sum of RGB (Red+Green+Blue) = 78+171+188=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABBC is #B15443. Grayscale: #909090. Windows color (decimal): -11621444 or 12364622. OLE color: 12364622.

HSL color Cylindrical-coordinate representation of color #4EABBC: hue angle of 189.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EABBC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 171 188 -
CMYK 0.59 0.09 0 0.26
HSL 189.27º 0.45% 0.52% -
HSV(B) 189.27º 0.59% 0.74% -
XYZ 26.78 34.38 52.8 -
YUV 145.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 78 171 188 0.59 0.09 0 0.26 189.27 0.45 0.52
Hex 4E AB BC 3B 9 0 1A BD 2D 34
Octal 116 253 274 73 11 0 32 275 55 64
Binary 1001110 10101011 10111100 111011 1001 0 11010 10111101 101101 110100

Color Harmonies of #4EABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABBC

Black with #4EABBC

Text Example


Text Example

White with #4EABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,171,188); }

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

background-color css

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

 a { background-color: rgb(78,171,188); }

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

border-color css

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

 span { border-color: rgb(78,171,188); }

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