Html Css Color HEX #4C6CBA Free Speech Blue

📋 copy color: '#4C6CBA'

red 76 ◦ green 108 ◦ blue 186

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

Shades of Free Speech Blue #4C6CBA

Tints of Free Speech Blue #4C6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 20.54%
G = 29.19%
B = 50.27%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C6CBA (or 0x4C6CBA) is known color: Free Speech Blue. HEX triplet: 4C, 6C and BA. RGB value is (76,108,186). Sum of RGB (Red+Green+Blue) = 76+108+186=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C6CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6CBA is #B39345. Grayscale: #6A6A6A. Windows color (decimal): -11768646 or 12217420. OLE color: 12217420.

HSL color Cylindrical-coordinate representation of color #4C6CBA: hue angle of 222.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6CBA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 108 186 -
CMYK 0.59 0.42 0 0.27
HSL 222.55º 0.44% 0.51% -
HSV(B) 222.55º 0.59% 0.73% -
XYZ 17.21 15.81 48.6 -
YUV 107.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 76 108 186 0.59 0.42 0 0.27 222.55 0.44 0.51
Hex 4C 6C BA 3B 2A 0 1B DF 2C 33
Octal 114 154 272 73 52 0 33 337 54 63
Binary 1001100 1101100 10111010 111011 101010 0 11011 11011111 101100 110011

Color Harmonies of #4C6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6CBA

Black with #4C6CBA

Text Example


Text Example

White with #4C6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,108,186); }

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

background-color css

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

 a { background-color: rgb(76,108,186); }

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

border-color css

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

 span { border-color: rgb(76,108,186); }

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