Html Css Color HEX #4994EA Cornflower Blue

📋 copy color: '#4994EA'

red 73 ◦ green 148 ◦ blue 234

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

Shades of Cornflower Blue #4994EA

Tints of Cornflower Blue #4994EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

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

R = 16.04%
G = 32.53%
B = 51.43%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4994EA (or 0x4994EA) is known color: Cornflower Blue. HEX triplet: 49, 94 and EA. RGB value is (73,148,234). Sum of RGB (Red+Green+Blue) = 73+148+234=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #4994EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4994EA is #B66B15. Grayscale: #868686. Windows color (decimal): -11954966 or 15373385. OLE color: 15373385.

HSL color Cylindrical-coordinate representation of color #4994EA: hue angle of 212.05º 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 #4994EA is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 148 234 -
CMYK 0.69 0.37 0 0.08
HSL 212.05º 0.79% 0.6% -
HSV(B) 212.05º 0.69% 0.92% -
XYZ 28.19 28.54 81.86 -
YUV 135.38 183.65 83.51 -
System Red Green Blue C M Y K H S L
Decimal 73 148 234 0.69 0.37 0 0.08 212.05 0.79 0.6
Hex 49 94 EA 45 25 0 8 D4 4F 3C
Octal 111 224 352 105 45 0 10 324 117 74
Binary 1001001 10010100 11101010 1000101 100101 0 1000 11010100 1001111 111100

Color Harmonies of #4994EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994EA

Black with #4994EA

Text Example


Text Example

White with #4994EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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