Html Css Color HEX #4994EC Cornflower Blue

📋 copy color: '#4994EC'

red 73 ◦ green 148 ◦ blue 236

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

Shades of Cornflower Blue #4994EC

Tints of Cornflower Blue #4994EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 15.97%
G = 32.39%
B = 51.64%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4994EC (or 0x4994EC) is known color: Cornflower Blue. HEX triplet: 49, 94 and EC. RGB value is (73,148,236). Sum of RGB (Red+Green+Blue) = 73+148+236=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #4994EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4994EC is #B66B13. Grayscale: #878787. Windows color (decimal): -11954964 or 15504457. OLE color: 15504457.

HSL color Cylindrical-coordinate representation of color #4994EC: hue angle of 212.39º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4994EC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 148 236 -
CMYK 0.69 0.37 0 0.07
HSL 212.39º 0.81% 0.61% -
HSV(B) 212.39º 0.69% 0.93% -
XYZ 28.48 28.65 83.39 -
YUV 135.61 184.65 83.34 -
System Red Green Blue C M Y K H S L
Decimal 73 148 236 0.69 0.37 0 0.07 212.39 0.81 0.61
Hex 49 94 EC 45 25 0 7 D4 51 3D
Octal 111 224 354 105 45 0 7 324 121 75
Binary 1001001 10010100 11101100 1000101 100101 0 111 11010100 1010001 111101

Color Harmonies of #4994EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994EC

Black with #4994EC

Text Example


Text Example

White with #4994EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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