Html Css Color HEX #4495F6 Cornflower Blue

📋 copy color: '#4495F6'

red 68 ◦ green 149 ◦ blue 246

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

Shades of Cornflower Blue #4495F6

Tints of Cornflower Blue #4495F6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 246 (96.48% from 255) = 53.13%

R = 14.69%
G = 32.18%
B = 53.13%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4495F6 (or 0x4495F6) is known color: Cornflower Blue. HEX triplet: 44, 95 and F6. RGB value is (68,149,246). Sum of RGB (Red+Green+Blue) = 68+149+246=463 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.69% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #4495F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4495F6 is #BB6A09. Grayscale: #878787. Windows color (decimal): -12282378 or 16160068. OLE color: 16160068.

HSL color Cylindrical-coordinate representation of color #4495F6: hue angle of 212.7º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4495F6 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 68 149 246 -
CMYK 0.72 0.39 0 0.04
HSL 212.7º 0.91% 0.62% -
HSV(B) 212.7º 0.72% 0.96% -
XYZ 29.77 29.38 91.29 -
YUV 135.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 68 149 246 0.72 0.39 0 0.04 212.7 0.91 0.62
Hex 44 95 F6 48 27 0 4 D5 5B 3E
Octal 104 225 366 110 47 0 4 325 133 76
Binary 1000100 10010101 11110110 1001000 100111 0 100 11010101 1011011 111110

Color Harmonies of #4495F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4495F6

Black with #4495F6

Text Example


Text Example

White with #4495F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4495F6; }

 p { color: rgb(68,149,246); }

 H1.HeaderClassName
 {
   color: #4495F6;
 }
 .AnyTagClassName
 {
   color: #4495F6;
 }
</style>

background-color css

<style>
 a { background-color: #4495F6; }

 a { background-color: rgb(68,149,246); }

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

border-color css

<style>
 span { border-color: #4495F6; }

 span { border-color: rgb(68,149,246); }

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