Html Css Color HEX #49A8FD Cornflower Blue

📋 copy color: '#49A8FD'

red 73 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #49A8FD

Tints of Cornflower Blue #49A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 14.78%
G = 34.01%
B = 51.21%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49A8FD (or 0x49A8FD) is known color: Cornflower Blue. HEX triplet: 49, A8 and FD. RGB value is (73,168,253). Sum of RGB (Red+Green+Blue) = 73+168+253=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #49A8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8FD is #B65702. Grayscale: #949494. Windows color (decimal): -11949827 or 16623689. OLE color: 16623689.

HSL color Cylindrical-coordinate representation of color #49A8FD: hue angle of 208.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A8FD is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 168 253 -
CMYK 0.71 0.34 0 0.01
HSL 208.33º 0.98% 0.64% -
HSV(B) 208.33º 0.71% 0.99% -
XYZ 34.48 36.51 98.16 -
YUV 149.29 186.53 73.59 -
System Red Green Blue C M Y K H S L
Decimal 73 168 253 0.71 0.34 0 0.01 208.33 0.98 0.64
Hex 49 A8 FD 47 22 0 1 D0 62 40
Octal 111 250 375 107 42 0 1 320 142 100
Binary 1001001 10101000 11111101 1000111 100010 0 1 11010000 1100010 1000000

Color Harmonies of #49A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8FD

Black with #49A8FD

Text Example


Text Example

White with #49A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,168,253); }

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

background-color css

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

 a { background-color: rgb(73,168,253); }

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

border-color css

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

 span { border-color: rgb(73,168,253); }

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