Html Css Color HEX #4CABB2 Viking

📋 copy color: '#4CABB2'

red 76 ◦ green 171 ◦ blue 178

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

Shades of Viking #4CABB2

Tints of Viking #4CABB2

RGB

 RED value IS 76 (30.08% from 255) = 17.88%

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

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 17.88%
G = 40.24%
B = 41.88%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4CABB2 (or 0x4CABB2) is known color: Viking. HEX triplet: 4C, AB and B2. RGB value is (76,171,178). Sum of RGB (Red+Green+Blue) = 76+171+178=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #4CABB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABB2 is #B3544D. Grayscale: #8F8F8F. Windows color (decimal): -11752526 or 11709260. OLE color: 11709260.

HSL color Cylindrical-coordinate representation of color #4CABB2: hue angle of 184.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CABB2 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 171 178 -
CMYK 0.57 0.04 0 0.30
HSL 184.12º 0.4% 0.5% -
HSV(B) 184.12º 0.57% 0.7% -
XYZ 25.58 33.88 47.31 -
YUV 143.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 76 171 178 0.57 0.04 0 0.30 184.12 0.4 0.5
Hex 4C AB B2 39 4 0 1E B8 28 32
Octal 114 253 262 71 4 0 36 270 50 62
Binary 1001100 10101011 10110010 111001 100 0 11110 10111000 101000 110010

Color Harmonies of #4CABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABB2

Black with #4CABB2

Text Example


Text Example

White with #4CABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,171,178); }

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

background-color css

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

 a { background-color: rgb(76,171,178); }

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

border-color css

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

 span { border-color: rgb(76,171,178); }

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