Html Css Color HEX #4496FF Cornflower Blue

📋 copy color: '#4496FF'

red 68 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #4496FF

Tints of Cornflower Blue #4496FF

RGB

 RED value IS 68 (26.95% from 255) = 14.38%

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

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

R = 14.38%
G = 31.71%
B = 53.91%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4496FF (or 0x4496FF) is known color: Cornflower Blue. HEX triplet: 44, 96 and FF. RGB value is (68,150,255). Sum of RGB (Red+Green+Blue) = 68+150+255=473 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.38% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4496FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4496FF is #BB6900. Grayscale: #888888. Windows color (decimal): -12282113 or 16750148. OLE color: 16750148.

HSL color Cylindrical-coordinate representation of color #4496FF: hue angle of 213.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4496FF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 150 255 -
CMYK 0.73 0.41 0 0
HSL 213.69º 1% 0.63% -
HSV(B) 213.69º 0.73% 1% -
XYZ 31.34 30.26 98.8 -
YUV 137.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 68 150 255 0.73 0.41 0 0 213.69 1 0.63
Hex 44 96 FF 49 29 0 0 D6 64 3F
Octal 104 226 377 111 51 0 0 326 144 77
Binary 1000100 10010110 11111111 1001001 101001 0 0 11010110 1100100 111111

Color Harmonies of #4496FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496FF

Black with #4496FF

Text Example


Text Example

White with #4496FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4496FF; }

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

 H1.HeaderClassName
 {
   color: #4496FF;
 }
 .AnyTagClassName
 {
   color: #4496FF;
 }
</style>

background-color css

<style>
 a { background-color: #4496FF; }

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

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

border-color css

<style>
 span { border-color: #4496FF; }

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

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