Html Css Color HEX #4866CD Free Speech Blue

📋 copy color: '#4866CD'

red 72 ◦ green 102 ◦ blue 205

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

Shades of Free Speech Blue #4866CD

Tints of Free Speech Blue #4866CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 19%
G = 26.91%
B = 54.09%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4866CD (or 0x4866CD) is known color: Free Speech Blue. HEX triplet: 48, 66 and CD. RGB value is (72,102,205). Sum of RGB (Red+Green+Blue) = 72+102+205=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #4866CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866CD is #B79932. Grayscale: #686868. Windows color (decimal): -12032307 or 13461064. OLE color: 13461064.

HSL color Cylindrical-coordinate representation of color #4866CD: hue angle of 226.47º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4866CD is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 102 205 -
CMYK 0.65 0.50 0 0.20
HSL 226.47º 0.57% 0.54% -
HSV(B) 226.47º 0.65% 0.8% -
XYZ 18.44 15.29 59.74 -
YUV 104.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 72 102 205 0.65 0.50 0 0.20 226.47 0.57 0.54
Hex 48 66 CD 41 32 0 14 E2 39 36
Octal 110 146 315 101 62 0 24 342 71 66
Binary 1001000 1100110 11001101 1000001 110010 0 10100 11100010 111001 110110

Color Harmonies of #4866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4866CD

Black with #4866CD

Text Example


Text Example

White with #4866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4866CD; }

 p { color: rgb(72,102,205); }

 H1.HeaderClassName
 {
   color: #4866CD;
 }
 .AnyTagClassName
 {
   color: #4866CD;
 }
</style>

background-color css

<style>
 a { background-color: #4866CD; }

 a { background-color: rgb(72,102,205); }

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

border-color css

<style>
 span { border-color: #4866CD; }

 span { border-color: rgb(72,102,205); }

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