Html Css Color HEX #4B60BC Free Speech Blue

📋 copy color: '#4B60BC'

red 75 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Blue #4B60BC

Tints of Free Speech Blue #4B60BC

RGB

 RED value IS 75 (29.69% from 255) = 20.89%

 GREEN value IS 96 (37.89% from 255) = 26.74%

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 20.89%
G = 26.74%
B = 52.37%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B60BC (or 0x4B60BC) is known color: Free Speech Blue. HEX triplet: 4B, 60 and BC. RGB value is (75,96,188). Sum of RGB (Red+Green+Blue) = 75+96+188=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B60BC is #B49F43. Grayscale: #636363. Windows color (decimal): -11837252 or 12345419. OLE color: 12345419.

HSL color Cylindrical-coordinate representation of color #4B60BC: hue angle of 228.85º 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 #4B60BC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 96 188 -
CMYK 0.60 0.49 0 0.26
HSL 228.85º 0.46% 0.52% -
HSV(B) 228.85º 0.6% 0.74% -
XYZ 16.16 13.49 49.33 -
YUV 100.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 75 96 188 0.60 0.49 0 0.26 228.85 0.46 0.52
Hex 4B 60 BC 3C 31 0 1A E5 2E 34
Octal 113 140 274 74 61 0 32 345 56 64
Binary 1001011 1100000 10111100 111100 110001 0 11010 11100101 101110 110100

Color Harmonies of #4B60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B60BC

Black with #4B60BC

Text Example


Text Example

White with #4B60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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