Html Css Color HEX #4A98FE Cornflower Blue

📋 copy color: '#4A98FE'

red 74 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #4A98FE

Tints of Cornflower Blue #4A98FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 15.42%
G = 31.67%
B = 52.92%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4A98FE (or 0x4A98FE) is known color: Cornflower Blue. HEX triplet: 4A, 98 and FE. RGB value is (74,152,254). Sum of RGB (Red+Green+Blue) = 74+152+254=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A98FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A98FE is #B56701. Grayscale: #8B8B8B. Windows color (decimal): -11888386 or 16685130. OLE color: 16685130.

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

Color convert

RGB 74 152 254 -
CMYK 0.71 0.40 0 0.00
HSL 214º 0.99% 0.64% -
HSV(B) 214º 0.71% 1% -
XYZ 31.94 31.07 98.08 -
YUV 140.31 192.16 80.71 -
System Red Green Blue C M Y K H S L
Decimal 74 152 254 0.71 0.40 0 0.00 214 0.99 0.64
Hex 4A 98 FE 47 28 0 0 D6 63 40
Octal 112 230 376 107 50 0 0 326 143 100
Binary 1001010 10011000 11111110 1000111 101000 0 0 11010110 1100011 1000000

Color Harmonies of #4A98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A98FE

Black with #4A98FE

Text Example


Text Example

White with #4A98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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