Html Css Color HEX #4F96FF Cornflower Blue

📋 copy color: '#4F96FF'

red 79 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #4F96FF

Tints of Cornflower Blue #4F96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

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

R = 16.32%
G = 30.99%
B = 52.69%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F96FF (or 0x4F96FF) is known color: Cornflower Blue. HEX triplet: 4F, 96 and FF. RGB value is (79,150,255). Sum of RGB (Red+Green+Blue) = 79+150+255=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F96FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F96FF is #B06900. Grayscale: #8C8C8C. Windows color (decimal): -11561217 or 16750159. OLE color: 16750159.

HSL color Cylindrical-coordinate representation of color #4F96FF: hue angle of 215.8º 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 #4F96FF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 150 255 -
CMYK 0.69 0.41 0 0
HSL 215.8º 1% 0.65% -
HSV(B) 215.8º 0.69% 1% -
XYZ 32.18 30.69 98.84 -
YUV 140.74 192.48 83.96 -
System Red Green Blue C M Y K H S L
Decimal 79 150 255 0.69 0.41 0 0 215.8 1 0.65
Hex 4F 96 FF 45 29 0 0 D8 64 41
Octal 117 226 377 105 51 0 0 330 144 101
Binary 1001111 10010110 11111111 1000101 101001 0 0 11011000 1100100 1000001

Color Harmonies of #4F96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F96FF

Black with #4F96FF

Text Example


Text Example

White with #4F96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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