Html Css Color HEX #4BA4A9 Cadet Blue

📋 copy color: '#4BA4A9'

red 75 ◦ green 164 ◦ blue 169

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

Shades of Cadet Blue #4BA4A9

Tints of Cadet Blue #4BA4A9

RGB

 RED value IS 75 (29.69% from 255) = 18.38%

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

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 18.38%
G = 40.2%
B = 41.42%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4BA4A9 (or 0x4BA4A9) is known color: Cadet Blue. HEX triplet: 4B, A4 and A9. RGB value is (75,164,169). Sum of RGB (Red+Green+Blue) = 75+164+169=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #4BA4A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA4A9 is #B45B56. Grayscale: #898989. Windows color (decimal): -11819863 or 11117643. OLE color: 11117643.

HSL color Cylindrical-coordinate representation of color #4BA4A9: hue angle of 183.19º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA4A9 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 164 169 -
CMYK 0.56 0.03 0 0.34
HSL 183.19º 0.39% 0.48% -
HSV(B) 183.19º 0.56% 0.66% -
XYZ 23.34 30.91 42.27 -
YUV 137.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 75 164 169 0.56 0.03 0 0.34 183.19 0.39 0.48
Hex 4B A4 A9 38 3 0 22 B7 27 30
Octal 113 244 251 70 3 0 42 267 47 60
Binary 1001011 10100100 10101001 111000 11 0 100010 10110111 100111 110000

Color Harmonies of #4BA4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA4A9

Black with #4BA4A9

Text Example


Text Example

White with #4BA4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,164,169); }

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

background-color css

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

 a { background-color: rgb(75,164,169); }

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

border-color css

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

 span { border-color: rgb(75,164,169); }

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