Html Css Color HEX #4993EA Cornflower Blue

📋 copy color: '#4993EA'

red 73 ◦ green 147 ◦ blue 234

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

Shades of Cornflower Blue #4993EA

Tints of Cornflower Blue #4993EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

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

R = 16.08%
G = 32.38%
B = 51.54%

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

#4993EA (or 0x4993EA) is known color: Cornflower Blue. HEX triplet: 49, 93 and EA. RGB value is (73,147,234). Sum of RGB (Red+Green+Blue) = 73+147+234=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #4993EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4993EA is #B66C15. Grayscale: #868686. Windows color (decimal): -11955222 or 15373129. OLE color: 15373129.

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

Color convert

RGB 73 147 234 -
CMYK 0.69 0.37 0 0.08
HSL 212.42º 0.79% 0.6% -
HSV(B) 212.42º 0.69% 0.92% -
XYZ 28.03 28.22 81.81 -
YUV 134.79 183.98 83.93 -
System Red Green Blue C M Y K H S L
Decimal 73 147 234 0.69 0.37 0 0.08 212.42 0.79 0.6
Hex 49 93 EA 45 25 0 8 D4 4F 3C
Octal 111 223 352 105 45 0 10 324 117 74
Binary 1001001 10010011 11101010 1000101 100101 0 1000 11010100 1001111 111100

Color Harmonies of #4993EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993EA

Black with #4993EA

Text Example


Text Example

White with #4993EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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