Html Css Color HEX #4B65BB Free Speech Blue

📋 copy color: '#4B65BB'

red 75 ◦ green 101 ◦ blue 187

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

Shades of Free Speech Blue #4B65BB

Tints of Free Speech Blue #4B65BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 20.66%
G = 27.82%
B = 51.52%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B65BB (or 0x4B65BB) is known color: Free Speech Blue. HEX triplet: 4B, 65 and BB. RGB value is (75,101,187). Sum of RGB (Red+Green+Blue) = 75+101+187=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B65BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B65BB is #B49A44. Grayscale: #666666. Windows color (decimal): -11835973 or 12281163. OLE color: 12281163.

HSL color Cylindrical-coordinate representation of color #4B65BB: hue angle of 226.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B65BB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 101 187 -
CMYK 0.60 0.46 0 0.27
HSL 226.07º 0.45% 0.51% -
HSV(B) 226.07º 0.6% 0.73% -
XYZ 16.52 14.39 48.92 -
YUV 103.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 75 101 187 0.60 0.46 0 0.27 226.07 0.45 0.51
Hex 4B 65 BB 3C 2E 0 1B E2 2D 33
Octal 113 145 273 74 56 0 33 342 55 63
Binary 1001011 1100101 10111011 111100 101110 0 11011 11100010 101101 110011

Color Harmonies of #4B65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B65BB

Black with #4B65BB

Text Example


Text Example

White with #4B65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,101,187); }

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

background-color css

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

 a { background-color: rgb(75,101,187); }

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

border-color css

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

 span { border-color: rgb(75,101,187); }

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