Html Css Color HEX #4993FF Cornflower Blue

📋 copy color: '#4993FF'

red 73 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #4993FF

Tints of Cornflower Blue #4993FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 15.37%
G = 30.95%
B = 53.68%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4993FF (or 0x4993FF) is known color: Cornflower Blue. HEX triplet: 49, 93 and FF. RGB value is (73,147,255). Sum of RGB (Red+Green+Blue) = 73+147+255=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #4993FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4993FF is #B66C00. Grayscale: #888888. Windows color (decimal): -11955201 or 16749385. OLE color: 16749385.

HSL color Cylindrical-coordinate representation of color #4993FF: hue angle of 215.6º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4993FF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 147 255 -
CMYK 0.71 0.42 0 0
HSL 215.6º 1% 0.64% -
HSV(B) 215.6º 0.71% 1% -
XYZ 31.23 29.5 98.66 -
YUV 137.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 73 147 255 0.71 0.42 0 0 215.6 1 0.64
Hex 49 93 FF 47 2A 0 0 D8 64 40
Octal 111 223 377 107 52 0 0 330 144 100
Binary 1001001 10010011 11111111 1000111 101010 0 0 11011000 1100100 1000000

Color Harmonies of #4993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993FF

Black with #4993FF

Text Example


Text Example

White with #4993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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