Html Css Color HEX #4B64BC Free Speech Blue

📋 copy color: '#4B64BC'

red 75 ◦ green 100 ◦ blue 188

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

Shades of Free Speech Blue #4B64BC

Tints of Free Speech Blue #4B64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 20.66%
G = 27.55%
B = 51.79%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B64BC (or 0x4B64BC) is known color: Free Speech Blue. HEX triplet: 4B, 64 and BC. RGB value is (75,100,188). Sum of RGB (Red+Green+Blue) = 75+100+188=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B64BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B64BC is #B49B43. Grayscale: #666666. Windows color (decimal): -11836228 or 12346443. OLE color: 12346443.

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

Color convert

RGB 75 100 188 -
CMYK 0.60 0.47 0 0.26
HSL 226.73º 0.46% 0.52% -
HSV(B) 226.73º 0.6% 0.74% -
XYZ 16.54 14.24 49.45 -
YUV 102.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 75 100 188 0.60 0.47 0 0.26 226.73 0.46 0.52
Hex 4B 64 BC 3C 2F 0 1A E3 2E 34
Octal 113 144 274 74 57 0 32 343 56 64
Binary 1001011 1100100 10111100 111100 101111 0 11010 11100011 101110 110100

Color Harmonies of #4B64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B64BC

Black with #4B64BC

Text Example


Text Example

White with #4B64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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