Html Css Color HEX #4992EB Cornflower Blue

📋 copy color: '#4992EB'

red 73 ◦ green 146 ◦ blue 235

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

Shades of Cornflower Blue #4992EB

Tints of Cornflower Blue #4992EB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 16.08%
G = 32.16%
B = 51.76%

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

#4992EB (or 0x4992EB) is known color: Cornflower Blue. HEX triplet: 49, 92 and EB. RGB value is (73,146,235). Sum of RGB (Red+Green+Blue) = 73+146+235=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #4992EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4992EB is #B66D14. Grayscale: #858585. Windows color (decimal): -11955477 or 15438409. OLE color: 15438409.

HSL color Cylindrical-coordinate representation of color #4992EB: hue angle of 212.96º degrees, saturation: 0.8, 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 #4992EB is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 146 235 -
CMYK 0.69 0.38 0 0.08
HSL 212.96º 0.8% 0.6% -
HSV(B) 212.96º 0.69% 0.92% -
XYZ 28.02 27.97 82.52 -
YUV 134.32 184.82 84.26 -
System Red Green Blue C M Y K H S L
Decimal 73 146 235 0.69 0.38 0 0.08 212.96 0.8 0.6
Hex 49 92 EB 45 26 0 8 D5 50 3C
Octal 111 222 353 105 46 0 10 325 120 74
Binary 1001001 10010010 11101011 1000101 100110 0 1000 11010101 1010000 111100

Color Harmonies of #4992EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992EB

Black with #4992EB

Text Example


Text Example

White with #4992EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4992EB; }

 p { color: rgb(73,146,235); }

 H1.HeaderClassName
 {
   color: #4992EB;
 }
 .AnyTagClassName
 {
   color: #4992EB;
 }
</style>

background-color css

<style>
 a { background-color: #4992EB; }

 a { background-color: rgb(73,146,235); }

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

border-color css

<style>
 span { border-color: #4992EB; }

 span { border-color: rgb(73,146,235); }

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