Html Css Color HEX #4C6DC8 Free Speech Blue

📋 copy color: '#4C6DC8'

red 76 ◦ green 109 ◦ blue 200

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

Shades of Free Speech Blue #4C6DC8

Tints of Free Speech Blue #4C6DC8

RGB

 RED value IS 76 (30.08% from 255) = 19.74%

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 200 (78.52% from 255) = 51.95%

R = 19.74%
G = 28.31%
B = 51.95%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4C6DC8 (or 0x4C6DC8) is known color: Free Speech Blue. HEX triplet: 4C, 6D and C8. RGB value is (76,109,200). Sum of RGB (Red+Green+Blue) = 76+109+200=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #4C6DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DC8 is #B39237. Grayscale: #6D6D6D. Windows color (decimal): -11768376 or 13135180. OLE color: 13135180.

HSL color Cylindrical-coordinate representation of color #4C6DC8: hue angle of 224.03º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C6DC8 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 109 200 -
CMYK 0.62 0.46 0 0.22
HSL 224.03º 0.53% 0.54% -
HSV(B) 224.03º 0.62% 0.78% -
XYZ 18.87 16.64 56.86 -
YUV 109.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 76 109 200 0.62 0.46 0 0.22 224.03 0.53 0.54
Hex 4C 6D C8 3E 2E 0 16 E0 35 36
Octal 114 155 310 76 56 0 26 340 65 66
Binary 1001100 1101101 11001000 111110 101110 0 10110 11100000 110101 110110

Color Harmonies of #4C6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DC8

Black with #4C6DC8

Text Example


Text Example

White with #4C6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,109,200); }

 H1.HeaderClassName
 {
   color: #4C6DC8;
 }
 .AnyTagClassName
 {
   color: #4C6DC8;
 }
</style>

background-color css

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

 a { background-color: rgb(76,109,200); }

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

border-color css

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

 span { border-color: rgb(76,109,200); }

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