Html Css Color HEX #4991EA Cornflower Blue

📋 copy color: '#4991EA'

red 73 ◦ green 145 ◦ blue 234

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

Shades of Cornflower Blue #4991EA

Tints of Cornflower Blue #4991EA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 16.15%
G = 32.08%
B = 51.77%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4991EA (or 0x4991EA) is known color: Cornflower Blue. HEX triplet: 49, 91 and EA. RGB value is (73,145,234). Sum of RGB (Red+Green+Blue) = 73+145+234=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #4991EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4991EA is #B66E15. Grayscale: #858585. Windows color (decimal): -11955734 or 15372617. OLE color: 15372617.

HSL color Cylindrical-coordinate representation of color #4991EA: hue angle of 213.17º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4991EA is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 145 234 -
CMYK 0.69 0.38 0 0.08
HSL 213.17º 0.79% 0.6% -
HSV(B) 213.17º 0.69% 0.92% -
XYZ 27.72 27.61 81.71 -
YUV 133.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 73 145 234 0.69 0.38 0 0.08 213.17 0.79 0.6
Hex 49 91 EA 45 26 0 8 D5 4F 3C
Octal 111 221 352 105 46 0 10 325 117 74
Binary 1001001 10010001 11101010 1000101 100110 0 1000 11010101 1001111 111100

Color Harmonies of #4991EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4991EA

Black with #4991EA

Text Example


Text Example

White with #4991EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4991EA; }

 p { color: rgb(73,145,234); }

 H1.HeaderClassName
 {
   color: #4991EA;
 }
 .AnyTagClassName
 {
   color: #4991EA;
 }
</style>

background-color css

<style>
 a { background-color: #4991EA; }

 a { background-color: rgb(73,145,234); }

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

border-color css

<style>
 span { border-color: #4991EA; }

 span { border-color: rgb(73,145,234); }

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