Html Css Color HEX #4C6DC0 Free Speech Blue

📋 copy color: '#4C6DC0'

red 76 ◦ green 109 ◦ blue 192

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

Shades of Free Speech Blue #4C6DC0

Tints of Free Speech Blue #4C6DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 20.16%
G = 28.91%
B = 50.93%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C6DC0 (or 0x4C6DC0) is known color: Free Speech Blue. HEX triplet: 4C, 6D and C0. RGB value is (76,109,192). Sum of RGB (Red+Green+Blue) = 76+109+192=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C6DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DC0 is #B3923F. Grayscale: #6C6C6C. Windows color (decimal): -11768384 or 12610892. OLE color: 12610892.

HSL color Cylindrical-coordinate representation of color #4C6DC0: hue angle of 222.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6DC0 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 109 192 -
CMYK 0.60 0.43 0 0.25
HSL 222.93º 0.48% 0.53% -
HSV(B) 222.93º 0.6% 0.75% -
XYZ 17.96 16.28 52.06 -
YUV 108.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 76 109 192 0.60 0.43 0 0.25 222.93 0.48 0.53
Hex 4C 6D C0 3C 2B 0 19 DF 30 35
Octal 114 155 300 74 53 0 31 337 60 65
Binary 1001100 1101101 11000000 111100 101011 0 11001 11011111 110000 110101

Color Harmonies of #4C6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DC0

Black with #4C6DC0

Text Example


Text Example

White with #4C6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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