Html Css Color HEX #4B58CA Free Speech Blue

📋 copy color: '#4B58CA'

red 75 ◦ green 88 ◦ blue 202

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

Shades of Free Speech Blue #4B58CA

Tints of Free Speech Blue #4B58CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 20.55%
G = 24.11%
B = 55.34%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B58CA (or 0x4B58CA) is known color: Free Speech Blue. HEX triplet: 4B, 58 and CA. RGB value is (75,88,202). Sum of RGB (Red+Green+Blue) = 75+88+202=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B58CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B58CA is #B4A735. Grayscale: #606060. Windows color (decimal): -11839286 or 13260875. OLE color: 13260875.

HSL color Cylindrical-coordinate representation of color #4B58CA: hue angle of 233.86º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B58CA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 88 202 -
CMYK 0.63 0.56 0 0.21
HSL 233.86º 0.55% 0.54% -
HSV(B) 233.86º 0.63% 0.79% -
XYZ 17.05 12.74 57.44 -
YUV 97.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 75 88 202 0.63 0.56 0 0.21 233.86 0.55 0.54
Hex 4B 58 CA 3F 38 0 15 EA 37 36
Octal 113 130 312 77 70 0 25 352 67 66
Binary 1001011 1011000 11001010 111111 111000 0 10101 11101010 110111 110110

Color Harmonies of #4B58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B58CA

Black with #4B58CA

Text Example


Text Example

White with #4B58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,202); }

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

background-color css

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

 a { background-color: rgb(75,88,202); }

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

border-color css

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

 span { border-color: rgb(75,88,202); }

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