Html Css Color HEX #4C6BBA Free Speech Blue

📋 copy color: '#4C6BBA'

red 76 ◦ green 107 ◦ blue 186

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

Shades of Free Speech Blue #4C6BBA

Tints of Free Speech Blue #4C6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

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

R = 20.6%
G = 29%
B = 50.41%

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

#4C6BBA (or 0x4C6BBA) is known color: Free Speech Blue. HEX triplet: 4C, 6B and BA. RGB value is (76,107,186). Sum of RGB (Red+Green+Blue) = 76+107+186=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6BBA is #B39445. Grayscale: #6A6A6A. Windows color (decimal): -11768902 or 12217164. OLE color: 12217164.

HSL color Cylindrical-coordinate representation of color #4C6BBA: hue angle of 223.09º 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 #4C6BBA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 107 186 -
CMYK 0.59 0.42 0 0.27
HSL 223.09º 0.44% 0.51% -
HSV(B) 223.09º 0.59% 0.73% -
XYZ 17.1 15.6 48.56 -
YUV 106.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 76 107 186 0.59 0.42 0 0.27 223.09 0.44 0.51
Hex 4C 6B BA 3B 2A 0 1B DF 2C 33
Octal 114 153 272 73 52 0 33 337 54 63
Binary 1001100 1101011 10111010 111011 101010 0 11011 11011111 101100 110011

Color Harmonies of #4C6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6BBA

Black with #4C6BBA

Text Example


Text Example

White with #4C6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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