#4D8AFF

Color #4D8AFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4D8AFF

Tints of Cornflower Blue #4D8AFF

Color information

#4D8AFF (or 0x4D8AFF) is unknown color: approx Cornflower Blue. HEX triplet: 4D, 8A and FF. RGB value is (77,138,255). Sum of RGB (Red+Green+Blue) = 77+138+255=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8AFF is #B27500. Grayscale: #848484. Windows color (decimal): -11695361 or 16747085. OLE color: 16747085.

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

Color convert

RGB77138255-
CMYK0.700.4600
HSL219.44º100%65.1%-
HSV(B)219.44º69.8%100%-
XYZ30.226.9798.22-
YUV133.1196.7987.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.38%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 255 (100% from 255) = 54.26%
R=16.38%
G=29.36%
B=54.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal771382550.700.4600219.4410065.1
Hex4D8AFF462E00db6441
Octal1152123771065600333144101
Binary100110110001010111111111000110101110001101101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,255); }

 H1.HeaderClassName
 {
   color: #4D8AFF;
 }
 .AnyTagClassName
 {
   color: #4D8AFF;
 }
</style>
background-color css

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

 a { background-color: rgb(77,138,255); }

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

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

 span { border-color: rgb(77,138,255); }

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