Html Css Color HEX #4AA4AB Cadet Blue

📋 copy color: '#4AA4AB'

red 74 ◦ green 164 ◦ blue 171

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

Shades of Cadet Blue #4AA4AB

Tints of Cadet Blue #4AA4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 18.09%
G = 40.1%
B = 41.81%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4AA4AB (or 0x4AA4AB) is known color: Cadet Blue. HEX triplet: 4A, A4 and AB. RGB value is (74,164,171). Sum of RGB (Red+Green+Blue) = 74+164+171=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #4AA4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA4AB is #B55B54. Grayscale: #898989. Windows color (decimal): -11885397 or 11248714. OLE color: 11248714.

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

Color convert

RGB 74 164 171 -
CMYK 0.57 0.04 0 0.33
HSL 184.33º 0.4% 0.48% -
HSV(B) 184.33º 0.57% 0.67% -
XYZ 23.45 30.95 43.27 -
YUV 137.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 74 164 171 0.57 0.04 0 0.33 184.33 0.4 0.48
Hex 4A A4 AB 39 4 0 21 B8 28 30
Octal 112 244 253 71 4 0 41 270 50 60
Binary 1001010 10100100 10101011 111001 100 0 100001 10111000 101000 110000

Color Harmonies of #4AA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA4AB

Black with #4AA4AB

Text Example


Text Example

White with #4AA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,164,171); }

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

background-color css

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

 a { background-color: rgb(74,164,171); }

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

border-color css

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

 span { border-color: rgb(74,164,171); }

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