Html Css Color HEX #4B5BCE Free Speech Blue

📋 copy color: '#4B5BCE'

red 75 ◦ green 91 ◦ blue 206

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

Shades of Free Speech Blue #4B5BCE

Tints of Free Speech Blue #4B5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 20.16%
G = 24.46%
B = 55.38%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B5BCE (or 0x4B5BCE) is known color: Free Speech Blue. HEX triplet: 4B, 5B and CE. RGB value is (75,91,206). Sum of RGB (Red+Green+Blue) = 75+91+206=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B5BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BCE is #B4A431. Grayscale: #626262. Windows color (decimal): -11838514 or 13523787. OLE color: 13523787.

HSL color Cylindrical-coordinate representation of color #4B5BCE: hue angle of 232.67º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5BCE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 91 206 -
CMYK 0.64 0.56 0 0.19
HSL 232.67º 0.57% 0.55% -
HSV(B) 232.67º 0.64% 0.81% -
XYZ 17.78 13.43 60.05 -
YUV 99.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 75 91 206 0.64 0.56 0 0.19 232.67 0.57 0.55
Hex 4B 5B CE 40 38 0 13 E9 39 37
Octal 113 133 316 100 70 0 23 351 71 67
Binary 1001011 1011011 11001110 1000000 111000 0 10011 11101001 111001 110111

Color Harmonies of #4B5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5BCE

Black with #4B5BCE

Text Example


Text Example

White with #4B5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,91,206); }

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

background-color css

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

 a { background-color: rgb(75,91,206); }

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

border-color css

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

 span { border-color: rgb(75,91,206); }

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