Html Css Color HEX #4A9FA7 Cadet Blue

📋 copy color: '#4A9FA7'

red 74 ◦ green 159 ◦ blue 167

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

Shades of Cadet Blue #4A9FA7

Tints of Cadet Blue #4A9FA7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

 BLUE value IS 167 (65.63% from 255) = 41.75%

R = 18.5%
G = 39.75%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4A9FA7 (or 0x4A9FA7) is known color: Cadet Blue. HEX triplet: 4A, 9F and A7. RGB value is (74,159,167). Sum of RGB (Red+Green+Blue) = 74+159+167=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A9FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9FA7 is #B56058. Grayscale: #868686. Windows color (decimal): -11886681 or 10985290. OLE color: 10985290.

HSL color Cylindrical-coordinate representation of color #4A9FA7: hue angle of 185.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A9FA7 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 159 167 -
CMYK 0.56 0.05 0 0.35
HSL 185.16º 0.39% 0.47% -
HSV(B) 185.16º 0.56% 0.65% -
XYZ 22.2 29.04 41 -
YUV 134.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 74 159 167 0.56 0.05 0 0.35 185.16 0.39 0.47
Hex 4A 9F A7 38 5 0 23 B9 27 2F
Octal 112 237 247 70 5 0 43 271 47 57
Binary 1001010 10011111 10100111 111000 101 0 100011 10111001 100111 101111

Color Harmonies of #4A9FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9FA7

Black with #4A9FA7

Text Example


Text Example

White with #4A9FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,159,167); }

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

background-color css

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

 a { background-color: rgb(74,159,167); }

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

border-color css

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

 span { border-color: rgb(74,159,167); }

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