Html Css Color HEX #4995E9 Cornflower Blue

📋 copy color: '#4995E9'

red 73 ◦ green 149 ◦ blue 233

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

Shades of Cornflower Blue #4995E9

Tints of Cornflower Blue #4995E9

RGB

 RED value IS 73 (28.91% from 255) = 16.04%

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

 BLUE value IS 233 (91.41% from 255) = 51.21%

R = 16.04%
G = 32.75%
B = 51.21%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4995E9 (or 0x4995E9) is known color: Cornflower Blue. HEX triplet: 49, 95 and E9. RGB value is (73,149,233). Sum of RGB (Red+Green+Blue) = 73+149+233=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #4995E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4995E9 is #B66A16. Grayscale: #878787. Windows color (decimal): -11954711 or 15308105. OLE color: 15308105.

HSL color Cylindrical-coordinate representation of color #4995E9: hue angle of 211.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4995E9 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 149 233 -
CMYK 0.69 0.36 0 0.09
HSL 211.5º 0.78% 0.6% -
HSV(B) 211.5º 0.69% 0.91% -
XYZ 28.2 28.79 81.16 -
YUV 135.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 73 149 233 0.69 0.36 0 0.09 211.5 0.78 0.6
Hex 49 95 E9 45 24 0 9 D4 4E 3C
Octal 111 225 351 105 44 0 11 324 116 74
Binary 1001001 10010101 11101001 1000101 100100 0 1001 11010100 1001110 111100

Color Harmonies of #4995E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4995E9

Black with #4995E9

Text Example


Text Example

White with #4995E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4995E9; }

 p { color: rgb(73,149,233); }

 H1.HeaderClassName
 {
   color: #4995E9;
 }
 .AnyTagClassName
 {
   color: #4995E9;
 }
</style>

background-color css

<style>
 a { background-color: #4995E9; }

 a { background-color: rgb(73,149,233); }

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

border-color css

<style>
 span { border-color: #4995E9; }

 span { border-color: rgb(73,149,233); }

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