Html Css Color HEX #4886FF Cornflower Blue

📋 copy color: '#4886FF'

red 72 ◦ green 134 ◦ blue 255

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

Shades of Cornflower Blue #4886FF

Tints of Cornflower Blue #4886FF

RGB

 RED value IS 72 (28.52% from 255) = 15.62%

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

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

R = 15.62%
G = 29.07%
B = 55.31%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4886FF (or 0x4886FF) is known color: Cornflower Blue. HEX triplet: 48, 86 and FF. RGB value is (72,134,255). Sum of RGB (Red+Green+Blue) = 72+134+255=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #4886FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4886FF is #B77900. Grayscale: #808080. Windows color (decimal): -12024065 or 16746056. OLE color: 16746056.

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

Color convert

RGB 72 134 255 -
CMYK 0.72 0.47 0 0
HSL 219.67º 1% 0.64% -
HSV(B) 219.67º 0.72% 1% -
XYZ 29.25 25.65 98.02 -
YUV 129.26 198.96 87.16 -
System Red Green Blue C M Y K H S L
Decimal 72 134 255 0.72 0.47 0 0 219.67 1 0.64
Hex 48 86 FF 48 2F 0 0 DC 64 40
Octal 110 206 377 110 57 0 0 334 144 100
Binary 1001000 10000110 11111111 1001000 101111 0 0 11011100 1100100 1000000

Color Harmonies of #4886FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886FF

Black with #4886FF

Text Example


Text Example

White with #4886FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4886FF; }

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

 H1.HeaderClassName
 {
   color: #4886FF;
 }
 .AnyTagClassName
 {
   color: #4886FF;
 }
</style>

background-color css

<style>
 a { background-color: #4886FF; }

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

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

border-color css

<style>
 span { border-color: #4886FF; }

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

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