Html Css Color HEX #4AA6FE Cornflower Blue

📋 copy color: '#4AA6FE'

red 74 ◦ green 166 ◦ blue 254

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

Shades of Cornflower Blue #4AA6FE

Tints of Cornflower Blue #4AA6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

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

R = 14.98%
G = 33.6%
B = 51.42%

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

#4AA6FE (or 0x4AA6FE) is known color: Cornflower Blue. HEX triplet: 4A, A6 and FE. RGB value is (74,166,254). Sum of RGB (Red+Green+Blue) = 74+166+254=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AA6FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA6FE is #B55901. Grayscale: #949494. Windows color (decimal): -11884802 or 16688714. OLE color: 16688714.

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

Color convert

RGB 74 166 254 -
CMYK 0.71 0.35 0 0.00
HSL 209.33º 0.99% 0.64% -
HSV(B) 209.33º 0.71% 1% -
XYZ 34.35 35.88 98.88 -
YUV 148.52 187.52 74.84 -
System Red Green Blue C M Y K H S L
Decimal 74 166 254 0.71 0.35 0 0.00 209.33 0.99 0.64
Hex 4A A6 FE 47 23 0 0 D1 63 40
Octal 112 246 376 107 43 0 0 321 143 100
Binary 1001010 10100110 11111110 1000111 100011 0 0 11010001 1100011 1000000

Color Harmonies of #4AA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA6FE

Black with #4AA6FE

Text Example


Text Example

White with #4AA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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