Html Css Color HEX #4F9FAC Cadet Blue

📋 copy color: '#4F9FAC'

red 79 ◦ green 159 ◦ blue 172

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

Shades of Cadet Blue #4F9FAC

Tints of Cadet Blue #4F9FAC

RGB

 RED value IS 79 (31.25% from 255) = 19.27%

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 19.27%
G = 38.78%
B = 41.95%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F9FAC (or 0x4F9FAC) is known color: Cadet Blue. HEX triplet: 4F, 9F and AC. RGB value is (79,159,172). Sum of RGB (Red+Green+Blue) = 79+159+172=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F9FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9FAC is #B06053. Grayscale: #888888. Windows color (decimal): -11558996 or 11312975. OLE color: 11312975.

HSL color Cylindrical-coordinate representation of color #4F9FAC: hue angle of 188.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F9FAC is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 159 172 -
CMYK 0.54 0.08 0 0.33
HSL 188.39º 0.37% 0.49% -
HSV(B) 188.39º 0.54% 0.67% -
XYZ 23.07 29.44 43.5 -
YUV 136.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 79 159 172 0.54 0.08 0 0.33 188.39 0.37 0.49
Hex 4F 9F AC 36 8 0 21 BC 25 31
Octal 117 237 254 66 10 0 41 274 45 61
Binary 1001111 10011111 10101100 110110 1000 0 100001 10111100 100101 110001

Color Harmonies of #4F9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9FAC

Black with #4F9FAC

Text Example


Text Example

White with #4F9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,159,172); }

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

background-color css

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

 a { background-color: rgb(79,159,172); }

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

border-color css

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

 span { border-color: rgb(79,159,172); }

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