Html Css Color HEX #49A0EF Cornflower Blue

📋 copy color: '#49A0EF'

red 73 ◦ green 160 ◦ blue 239

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

Shades of Cornflower Blue #49A0EF

Tints of Cornflower Blue #49A0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 15.47%
G = 33.9%
B = 50.64%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49A0EF (or 0x49A0EF) is known color: Cornflower Blue. HEX triplet: 49, A0 and EF. RGB value is (73,160,239). Sum of RGB (Red+Green+Blue) = 73+160+239=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #49A0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0EF is #B65F10. Grayscale: #8E8E8E. Windows color (decimal): -11951889 or 15704137. OLE color: 15704137.

HSL color Cylindrical-coordinate representation of color #49A0EF: hue angle of 208.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A0EF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 160 239 -
CMYK 0.69 0.33 0 0.06
HSL 208.55º 0.84% 0.61% -
HSV(B) 208.55º 0.69% 0.94% -
XYZ 30.9 32.79 86.36 -
YUV 142.99 182.18 78.08 -
System Red Green Blue C M Y K H S L
Decimal 73 160 239 0.69 0.33 0 0.06 208.55 0.84 0.61
Hex 49 A0 EF 45 21 0 6 D1 54 3D
Octal 111 240 357 105 41 0 6 321 124 75
Binary 1001001 10100000 11101111 1000101 100001 0 110 11010001 1010100 111101

Color Harmonies of #49A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0EF

Black with #49A0EF

Text Example


Text Example

White with #49A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A0EF; }

 p { color: rgb(73,160,239); }

 H1.HeaderClassName
 {
   color: #49A0EF;
 }
 .AnyTagClassName
 {
   color: #49A0EF;
 }
</style>

background-color css

<style>
 a { background-color: #49A0EF; }

 a { background-color: rgb(73,160,239); }

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

border-color css

<style>
 span { border-color: #49A0EF; }

 span { border-color: rgb(73,160,239); }

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