#4B6CBC

Color #4B6CBC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4B6CBC

Tints of Free Speech Blue #4B6CBC

Color information

#4B6CBC (or 0x4B6CBC) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 6C and BC. RGB value is (75,108,188). Sum of RGB (Red+Green+Blue) = 75+108+188=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6CBC is #B49343. Grayscale: #6A6A6A. Windows color (decimal): -11834180 or 12348491. OLE color: 12348491.

HSL color Cylindrical-coordinate representation of color #4B6CBC: hue angle of 222.48º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B6CBC is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75108188-
CMYK0.600.4300.26
HSL222.48º45.75%51.57%-
HSV(B)222.48º60.11%73.73%-
XYZ17.3415.8549.72-
YUV107.25173.57105-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=20.22%
G=29.11%
B=50.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751081880.600.4300.26222.4845.7551.57
Hex4B6CBC3C2B01Ade2e34
Octal11315427474530323365664
Binary100101111011001011110011110010101101101011011110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,188); }

 H1.HeaderClassName
 {
   color: #4B6CBC;
 }
 .AnyTagClassName
 {
   color: #4B6CBC;
 }
</style>
background-color css

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

 a { background-color: rgb(75,108,188); }

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

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

 span { border-color: rgb(75,108,188); }

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