Html Css Color HEX #4B4CBE Free Speech Blue

📋 copy color: '#4B4CBE'

red 75 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Blue #4B4CBE

Tints of Free Speech Blue #4B4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

 BLUE value IS 190 (74.61% from 255) = 55.72%

R = 21.99%
G = 22.29%
B = 55.72%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B4CBE (or 0x4B4CBE) is known color: Free Speech Blue. HEX triplet: 4B, 4C and BE. RGB value is (75,76,190). Sum of RGB (Red+Green+Blue) = 75+76+190=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B4CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CBE is #B4B341. Grayscale: #585858. Windows color (decimal): -11842370 or 12471371. OLE color: 12471371.

HSL color Cylindrical-coordinate representation of color #4B4CBE: hue angle of 239.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B4CBE is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 76 190 -
CMYK 0.61 0.60 0 0.25
HSL 239.48º 0.47% 0.52% -
HSV(B) 239.48º 0.61% 0.75% -
XYZ 14.78 10.38 49.94 -
YUV 88.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 75 76 190 0.61 0.60 0 0.25 239.48 0.47 0.52
Hex 4B 4C BE 3D 3C 0 19 EF 2F 34
Octal 113 114 276 75 74 0 31 357 57 64
Binary 1001011 1001100 10111110 111101 111100 0 11001 11101111 101111 110100

Color Harmonies of #4B4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4CBE

Black with #4B4CBE

Text Example


Text Example

White with #4B4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,76,190); }

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

background-color css

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

 a { background-color: rgb(75,76,190); }

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

border-color css

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

 span { border-color: rgb(75,76,190); }

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