Html Css Color HEX #4A86FF Cornflower Blue

📋 copy color: '#4A86FF'

red 74 ◦ green 134 ◦ blue 255

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

Shades of Cornflower Blue #4A86FF

Tints of Cornflower Blue #4A86FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 15.98%
G = 28.94%
B = 55.08%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A86FF (or 0x4A86FF) is known color: Cornflower Blue. HEX triplet: 4A, 86 and FF. RGB value is (74,134,255). Sum of RGB (Red+Green+Blue) = 74+134+255=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A86FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A86FF is #B57900. Grayscale: #818181. Windows color (decimal): -11892993 or 16746058. OLE color: 16746058.

HSL color Cylindrical-coordinate representation of color #4A86FF: hue angle of 220.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A86FF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 74 134 255 -
CMYK 0.71 0.47 0 0
HSL 220.11º 1% 0.65% -
HSV(B) 220.11º 0.71% 1% -
XYZ 29.4 25.73 98.02 -
YUV 129.85 198.62 88.16 -
System Red Green Blue C M Y K H S L
Decimal 74 134 255 0.71 0.47 0 0 220.11 1 0.65
Hex 4A 86 FF 47 2F 0 0 DC 64 41
Octal 112 206 377 107 57 0 0 334 144 101
Binary 1001010 10000110 11111111 1000111 101111 0 0 11011100 1100100 1000001

Color Harmonies of #4A86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A86FF

Black with #4A86FF

Text Example


Text Example

White with #4A86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,134,255); }

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

background-color css

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

 a { background-color: rgb(74,134,255); }

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

border-color css

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

 span { border-color: rgb(74,134,255); }

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