Html Css Color HEX #4A97FE Cornflower Blue

📋 copy color: '#4A97FE'

red 74 ◦ green 151 ◦ blue 254

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

Shades of Cornflower Blue #4A97FE

Tints of Cornflower Blue #4A97FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 15.45%
G = 31.52%
B = 53.03%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4A97FE (or 0x4A97FE) is known color: Cornflower Blue. HEX triplet: 4A, 97 and FE. RGB value is (74,151,254). Sum of RGB (Red+Green+Blue) = 74+151+254=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A97FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A97FE is #B56801. Grayscale: #8B8B8B. Windows color (decimal): -11888642 or 16684874. OLE color: 16684874.

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

Color convert

RGB 74 151 254 -
CMYK 0.71 0.41 0 0.00
HSL 214.33º 0.99% 0.64% -
HSV(B) 214.33º 0.71% 1% -
XYZ 31.78 30.74 98.03 -
YUV 139.72 192.49 81.12 -
System Red Green Blue C M Y K H S L
Decimal 74 151 254 0.71 0.41 0 0.00 214.33 0.99 0.64
Hex 4A 97 FE 47 29 0 0 D6 63 40
Octal 112 227 376 107 51 0 0 326 143 100
Binary 1001010 10010111 11111110 1000111 101001 0 0 11010110 1100011 1000000

Color Harmonies of #4A97FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A97FE

Black with #4A97FE

Text Example


Text Example

White with #4A97FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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