Html Css Color HEX #4AA4FE Cornflower Blue

📋 copy color: '#4AA4FE'

red 74 ◦ green 164 ◦ blue 254

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

Shades of Cornflower Blue #4AA4FE

Tints of Cornflower Blue #4AA4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.33%

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

R = 15.04%
G = 33.33%
B = 51.63%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4AA4FE (or 0x4AA4FE) is known color: Cornflower Blue. HEX triplet: 4A, A4 and FE. RGB value is (74,164,254). Sum of RGB (Red+Green+Blue) = 74+164+254=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AA4FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA4FE is #B55B01. Grayscale: #929292. Windows color (decimal): -11885314 or 16688202. OLE color: 16688202.

HSL color Cylindrical-coordinate representation of color #4AA4FE: hue angle of 210º 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 #4AA4FE is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 164 254 -
CMYK 0.71 0.35 0 0.00
HSL 210º 0.99% 0.64% -
HSV(B) 210º 0.71% 1% -
XYZ 33.99 35.16 98.76 -
YUV 147.35 188.18 75.68 -
System Red Green Blue C M Y K H S L
Decimal 74 164 254 0.71 0.35 0 0.00 210 0.99 0.64
Hex 4A A4 FE 47 23 0 0 D2 63 40
Octal 112 244 376 107 43 0 0 322 143 100
Binary 1001010 10100100 11111110 1000111 100011 0 0 11010010 1100011 1000000

Color Harmonies of #4AA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA4FE

Black with #4AA4FE

Text Example


Text Example

White with #4AA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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