Html Css Color HEX #4A99EA Cornflower Blue

📋 copy color: '#4A99EA'

red 74 ◦ green 153 ◦ blue 234

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

Shades of Cornflower Blue #4A99EA

Tints of Cornflower Blue #4A99EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.19%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 16.05%
G = 33.19%
B = 50.76%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A99EA (or 0x4A99EA) is known color: Cornflower Blue. HEX triplet: 4A, 99 and EA. RGB value is (74,153,234). Sum of RGB (Red+Green+Blue) = 74+153+234=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A99EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A99EA is #B56615. Grayscale: #8A8A8A. Windows color (decimal): -11888150 or 15374666. OLE color: 15374666.

HSL color Cylindrical-coordinate representation of color #4A99EA: hue angle of 210.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A99EA is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 153 234 -
CMYK 0.68 0.35 0 0.08
HSL 210.38º 0.79% 0.6% -
HSV(B) 210.38º 0.68% 0.92% -
XYZ 29.07 30.18 82.14 -
YUV 138.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 74 153 234 0.68 0.35 0 0.08 210.38 0.79 0.6
Hex 4A 99 EA 44 23 0 8 D2 4F 3C
Octal 112 231 352 104 43 0 10 322 117 74
Binary 1001010 10011001 11101010 1000100 100011 0 1000 11010010 1001111 111100

Color Harmonies of #4A99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A99EA

Black with #4A99EA

Text Example


Text Example

White with #4A99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,234); }

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

background-color css

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

 a { background-color: rgb(74,153,234); }

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

border-color css

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

 span { border-color: rgb(74,153,234); }

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