Html Css Color HEX #4AB9CC Viking

📋 copy color: '#4AB9CC'

red 74 ◦ green 185 ◦ blue 204

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

Shades of Viking #4AB9CC

Tints of Viking #4AB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

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

R = 15.98%
G = 39.96%
B = 44.06%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4AB9CC (or 0x4AB9CC) is known color: Viking. HEX triplet: 4A, B9 and CC. RGB value is (74,185,204). Sum of RGB (Red+Green+Blue) = 74+185+204=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AB9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB9CC is #B54633. Grayscale: #999999. Windows color (decimal): -11879988 or 13416778. OLE color: 13416778.

HSL color Cylindrical-coordinate representation of color #4AB9CC: hue angle of 188.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB9CC is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 185 204 -
CMYK 0.64 0.09 0 0.2
HSL 188.77º 0.56% 0.55% -
HSV(B) 188.77º 0.64% 0.8% -
XYZ 31.07 40.51 63.31 -
YUV 153.98 156.23 70.96 -
System Red Green Blue C M Y K H S L
Decimal 74 185 204 0.64 0.09 0 0.2 188.77 0.56 0.55
Hex 4A B9 CC 40 9 0 14 BD 38 37
Octal 112 271 314 100 11 0 24 275 70 67
Binary 1001010 10111001 11001100 1000000 1001 0 10100 10111101 111000 110111

Color Harmonies of #4AB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB9CC

Black with #4AB9CC

Text Example


Text Example

White with #4AB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,185,204); }

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

background-color css

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

 a { background-color: rgb(74,185,204); }

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

border-color css

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

 span { border-color: rgb(74,185,204); }

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