#4D82FF

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

Shades of Cornflower Blue #4D82FF

Tints of Cornflower Blue #4D82FF

Color information

#4D82FF (or 0x4D82FF) is unknown color: approx Cornflower Blue. HEX triplet: 4D, 82 and FF. RGB value is (77,130,255). Sum of RGB (Red+Green+Blue) = 77+130+255=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D82FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D82FF is #B27D00. Grayscale: #7F7F7F. Windows color (decimal): -11697409 or 16745037. OLE color: 16745037.

HSL color Cylindrical-coordinate representation of color #4D82FF: hue angle of 222.13º 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 #4D82FF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB77130255-
CMYK0.700.4900
HSL222.13º100%65.1%-
HSV(B)222.13º69.8%100%-
XYZ29.0924.7697.85-
YUV128.4199.4491.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.67%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 255 (100% from 255) = 55.19%
R=16.67%
G=28.14%
B=55.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal771302550.700.4900222.1310065.1
Hex4D82FF463100de6441
Octal1152023771066100336144101
Binary100110110000010111111111000110110001001101111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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