Html Css Color HEX #4FAAFC Cornflower Blue

📋 copy color: '#4FAAFC'

red 79 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #4FAAFC

Tints of Cornflower Blue #4FAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 15.77%
G = 33.93%
B = 50.3%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FAAFC (or 0x4FAAFC) is known color: Cornflower Blue. HEX triplet: 4F, AA and FC. RGB value is (79,170,252). Sum of RGB (Red+Green+Blue) = 79+170+252=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAFC is #B05503. Grayscale: #979797. Windows color (decimal): -11556100 or 16558671. OLE color: 16558671.

HSL color Cylindrical-coordinate representation of color #4FAAFC: hue angle of 208.44º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FAAFC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 170 252 -
CMYK 0.69 0.33 0 0.01
HSL 208.44º 0.97% 0.65% -
HSV(B) 208.44º 0.69% 0.99% -
XYZ 35.17 37.44 97.47 -
YUV 152.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 79 170 252 0.69 0.33 0 0.01 208.44 0.97 0.65
Hex 4F AA FC 45 21 0 1 D0 61 41
Octal 117 252 374 105 41 0 1 320 141 101
Binary 1001111 10101010 11111100 1000101 100001 0 1 11010000 1100001 1000001

Color Harmonies of #4FAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAAFC

Black with #4FAAFC

Text Example


Text Example

White with #4FAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,170,252); }

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

background-color css

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

 a { background-color: rgb(79,170,252); }

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

border-color css

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

 span { border-color: rgb(79,170,252); }

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