Html Css Color HEX #4A9FFA Cornflower Blue

📋 copy color: '#4A9FFA'

red 74 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #4A9FFA

Tints of Cornflower Blue #4A9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 15.32%
G = 32.92%
B = 51.76%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A9FFA (or 0x4A9FFA) is known color: Cornflower Blue. HEX triplet: 4A, 9F and FA. RGB value is (74,159,250). Sum of RGB (Red+Green+Blue) = 74+159+250=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A9FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9FFA is #B56005. Grayscale: #8F8F8F. Windows color (decimal): -11886598 or 16424778. OLE color: 16424778.

HSL color Cylindrical-coordinate representation of color #4A9FFA: hue angle of 211.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A9FFA is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 159 250 -
CMYK 0.70 0.36 0 0.02
HSL 211.02º 0.95% 0.64% -
HSV(B) 211.02º 0.7% 0.98% -
XYZ 32.48 33.15 95.13 -
YUV 143.96 187.84 78.1 -
System Red Green Blue C M Y K H S L
Decimal 74 159 250 0.70 0.36 0 0.02 211.02 0.95 0.64
Hex 4A 9F FA 46 24 0 2 D3 5F 40
Octal 112 237 372 106 44 0 2 323 137 100
Binary 1001010 10011111 11111010 1000110 100100 0 10 11010011 1011111 1000000

Color Harmonies of #4A9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9FFA

Black with #4A9FFA

Text Example


Text Example

White with #4A9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,159,250); }

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

background-color css

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

 a { background-color: rgb(74,159,250); }

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

border-color css

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

 span { border-color: rgb(74,159,250); }

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