Html Css Color HEX #4A9EFF Cornflower Blue

📋 copy color: '#4A9EFF'

red 74 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #4A9EFF

Tints of Cornflower Blue #4A9EFF

RGB

 RED value IS 74 (29.3% from 255) = 15.2%

 GREEN value IS 158 (62.11% from 255) = 32.44%

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

R = 15.2%
G = 32.44%
B = 52.36%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A9EFF (or 0x4A9EFF) is known color: Cornflower Blue. HEX triplet: 4A, 9E and FF. RGB value is (74,158,255). Sum of RGB (Red+Green+Blue) = 74+158+255=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9EFF is #B56100. Grayscale: #8F8F8F. Windows color (decimal): -11886849 or 16752202. OLE color: 16752202.

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

Color convert

RGB 74 158 255 -
CMYK 0.71 0.38 0 0
HSL 212.15º 1% 0.65% -
HSV(B) 212.15º 0.71% 1% -
XYZ 33.1 33.13 99.26 -
YUV 143.94 190.67 78.11 -
System Red Green Blue C M Y K H S L
Decimal 74 158 255 0.71 0.38 0 0 212.15 1 0.65
Hex 4A 9E FF 47 26 0 0 D4 64 41
Octal 112 236 377 107 46 0 0 324 144 101
Binary 1001010 10011110 11111111 1000111 100110 0 0 11010100 1100100 1000001

Color Harmonies of #4A9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9EFF

Black with #4A9EFF

Text Example


Text Example

White with #4A9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9EFF; }

 p { color: rgb(74,158,255); }

 H1.HeaderClassName
 {
   color: #4A9EFF;
 }
 .AnyTagClassName
 {
   color: #4A9EFF;
 }
</style>

background-color css

<style>
 a { background-color: #4A9EFF; }

 a { background-color: rgb(74,158,255); }

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

border-color css

<style>
 span { border-color: #4A9EFF; }

 span { border-color: rgb(74,158,255); }

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