Html Css Color HEX #4AAAFE Cornflower Blue

📋 copy color: '#4AAAFE'

red 74 ◦ green 170 ◦ blue 254

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

Shades of Cornflower Blue #4AAAFE

Tints of Cornflower Blue #4AAAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 14.86%
G = 34.14%
B = 51%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4AAAFE (or 0x4AAAFE) is known color: Cornflower Blue. HEX triplet: 4A, AA and FE. RGB value is (74,170,254). Sum of RGB (Red+Green+Blue) = 74+170+254=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAFE is #B55501. Grayscale: #969696. Windows color (decimal): -11883778 or 16689738. OLE color: 16689738.

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

Color convert

RGB 74 170 254 -
CMYK 0.71 0.33 0 0.00
HSL 208º 0.99% 0.64% -
HSV(B) 208º 0.71% 1% -
XYZ 35.09 37.36 99.13 -
YUV 150.87 186.2 73.17 -
System Red Green Blue C M Y K H S L
Decimal 74 170 254 0.71 0.33 0 0.00 208 0.99 0.64
Hex 4A AA FE 47 21 0 0 D0 63 40
Octal 112 252 376 107 41 0 0 320 143 100
Binary 1001010 10101010 11111110 1000111 100001 0 0 11010000 1100011 1000000

Color Harmonies of #4AAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAFE

Black with #4AAAFE

Text Example


Text Example

White with #4AAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,254); }

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

background-color css

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

 a { background-color: rgb(74,170,254); }

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

border-color css

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

 span { border-color: rgb(74,170,254); }

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