Html Css Color HEX #4ABBCA Viking

📋 copy color: '#4ABBCA'

red 74 ◦ green 187 ◦ blue 202

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

Shades of Viking #4ABBCA

Tints of Viking #4ABBCA

RGB

 RED value IS 74 (29.3% from 255) = 15.98%

 GREEN value IS 187 (73.44% from 255) = 40.39%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 15.98%
G = 40.39%
B = 43.63%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4ABBCA (or 0x4ABBCA) is known color: Viking. HEX triplet: 4A, BB and CA. RGB value is (74,187,202). Sum of RGB (Red+Green+Blue) = 74+187+202=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #4ABBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBCA is #B54435. Grayscale: #9A9A9A. Windows color (decimal): -11879478 or 13286218. OLE color: 13286218.

HSL color Cylindrical-coordinate representation of color #4ABBCA: hue angle of 187.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ABBCA is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 187 202 -
CMYK 0.63 0.07 0 0.21
HSL 187.03º 0.55% 0.54% -
HSV(B) 187.03º 0.63% 0.79% -
XYZ 31.26 41.26 62.19 -
YUV 154.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 74 187 202 0.63 0.07 0 0.21 187.03 0.55 0.54
Hex 4A BB CA 3F 7 0 15 BB 37 36
Octal 112 273 312 77 7 0 25 273 67 66
Binary 1001010 10111011 11001010 111111 111 0 10101 10111011 110111 110110

Color Harmonies of #4ABBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABBCA

Black with #4ABBCA

Text Example


Text Example

White with #4ABBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,187,202); }

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

background-color css

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

 a { background-color: rgb(74,187,202); }

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

border-color css

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

 span { border-color: rgb(74,187,202); }

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