Html Css Color HEX #4FA2FF Cornflower Blue

📋 copy color: '#4FA2FF'

red 79 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #4FA2FF

Tints of Cornflower Blue #4FA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 15.93%
G = 32.66%
B = 51.41%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FA2FF (or 0x4FA2FF) is known color: Cornflower Blue. HEX triplet: 4F, A2 and FF. RGB value is (79,162,255). Sum of RGB (Red+Green+Blue) = 79+162+255=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FA2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA2FF is #B05D00. Grayscale: #939393. Windows color (decimal): -11558145 or 16753231. OLE color: 16753231.

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

Color convert

RGB 79 162 255 -
CMYK 0.69 0.36 0 0
HSL 211.7º 1% 0.65% -
HSV(B) 211.7º 0.69% 1% -
XYZ 34.19 34.72 99.51 -
YUV 147.79 188.5 78.94 -
System Red Green Blue C M Y K H S L
Decimal 79 162 255 0.69 0.36 0 0 211.7 1 0.65
Hex 4F A2 FF 45 24 0 0 D4 64 41
Octal 117 242 377 105 44 0 0 324 144 101
Binary 1001111 10100010 11111111 1000101 100100 0 0 11010100 1100100 1000001

Color Harmonies of #4FA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA2FF

Black with #4FA2FF

Text Example


Text Example

White with #4FA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,255); }

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

background-color css

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

 a { background-color: rgb(79,162,255); }

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

border-color css

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

 span { border-color: rgb(79,162,255); }

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