Html Css Color HEX #4B5BCF Free Speech Blue

📋 copy color: '#4B5BCF'

red 75 ◦ green 91 ◦ blue 207

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

Shades of Free Speech Blue #4B5BCF

Tints of Free Speech Blue #4B5BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 20.11%
G = 24.4%
B = 55.5%

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

#4B5BCF (or 0x4B5BCF) is known color: Free Speech Blue. HEX triplet: 4B, 5B and CF. RGB value is (75,91,207). Sum of RGB (Red+Green+Blue) = 75+91+207=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B5BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BCF is #B4A430. Grayscale: #626262. Windows color (decimal): -11838513 or 13589323. OLE color: 13589323.

HSL color Cylindrical-coordinate representation of color #4B5BCF: hue angle of 232.73º degrees, saturation: 0.58, 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 #4B5BCF is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 91 207 -
CMYK 0.64 0.56 0 0.19
HSL 232.73º 0.58% 0.55% -
HSV(B) 232.73º 0.64% 0.81% -
XYZ 17.91 13.48 60.69 -
YUV 99.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 75 91 207 0.64 0.56 0 0.19 232.73 0.58 0.55
Hex 4B 5B CF 40 38 0 13 E9 3A 37
Octal 113 133 317 100 70 0 23 351 72 67
Binary 1001011 1011011 11001111 1000000 111000 0 10011 11101001 111010 110111

Color Harmonies of #4B5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5BCF

Black with #4B5BCF

Text Example


Text Example

White with #4B5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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