Html Css Color HEX #4D82FF Cornflower Blue

📋 copy color: '#4D82FF'

red 77 ◦ green 130 ◦ blue 255

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

Shades of Cornflower Blue #4D82FF

Tints of Cornflower Blue #4D82FF

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 value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D82FF (or 0x4D82FF) is known color: 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

RGB 77 130 255 -
CMYK 0.70 0.49 0 0
HSL 222.13º 1% 0.65% -
HSV(B) 222.13º 0.7% 1% -
XYZ 29.09 24.76 97.85 -
YUV 128.4 199.44 91.34 -
System Red Green Blue C M Y K H S L
Decimal 77 130 255 0.70 0.49 0 0 222.13 1 0.65
Hex 4D 82 FF 46 31 0 0 DE 64 41
Octal 115 202 377 106 61 0 0 336 144 101
Binary 1001101 10000010 11111111 1000110 110001 0 0 11011110 1100100 1000001

Color Harmonies of #4D82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D82FF

Black with #4D82FF

Text Example


Text Example

White with #4D82FF

Text Example


Text Example

HTML Codes & Css Web 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>