Html Css Color HEX #4A8EFC Cornflower Blue

📋 copy color: '#4A8EFC'

red 74 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #4A8EFC

Tints of Cornflower Blue #4A8EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 15.81%
G = 30.34%
B = 53.85%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A8EFC (or 0x4A8EFC) is known color: Cornflower Blue. HEX triplet: 4A, 8E and FC. RGB value is (74,142,252). Sum of RGB (Red+Green+Blue) = 74+142+252=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A8EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EFC is #B57103. Grayscale: #858585. Windows color (decimal): -11890948 or 16551498. OLE color: 16551498.

HSL color Cylindrical-coordinate representation of color #4A8EFC: hue angle of 217.08º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A8EFC is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 142 252 -
CMYK 0.71 0.44 0 0.01
HSL 217.08º 0.97% 0.64% -
HSV(B) 217.08º 0.71% 0.99% -
XYZ 30.07 27.83 95.88 -
YUV 134.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 74 142 252 0.71 0.44 0 0.01 217.08 0.97 0.64
Hex 4A 8E FC 47 2C 0 1 D9 61 40
Octal 112 216 374 107 54 0 1 331 141 100
Binary 1001010 10001110 11111100 1000111 101100 0 1 11011001 1100001 1000000

Color Harmonies of #4A8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EFC

Black with #4A8EFC

Text Example


Text Example

White with #4A8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,252); }

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

background-color css

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

 a { background-color: rgb(74,142,252); }

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

border-color css

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

 span { border-color: rgb(74,142,252); }

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