Html Css Color HEX #4958CC Free Speech Blue

📋 copy color: '#4958CC'

red 73 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Blue #4958CC

Tints of Free Speech Blue #4958CC

RGB

 RED value IS 73 (28.91% from 255) = 20%

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 20%
G = 24.11%
B = 55.89%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4958CC (or 0x4958CC) is known color: Free Speech Blue. HEX triplet: 49, 58 and CC. RGB value is (73,88,204). Sum of RGB (Red+Green+Blue) = 73+88+204=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #4958CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958CC is #B6A733. Grayscale: #606060. Windows color (decimal): -11970356 or 13391945. OLE color: 13391945.

HSL color Cylindrical-coordinate representation of color #4958CC: hue angle of 233.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4958CC is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 88 204 -
CMYK 0.64 0.57 0 0.2
HSL 233.13º 0.56% 0.54% -
HSV(B) 233.13º 0.64% 0.8% -
XYZ 17.14 12.76 58.69 -
YUV 96.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 73 88 204 0.64 0.57 0 0.2 233.13 0.56 0.54
Hex 49 58 CC 40 39 0 14 E9 38 36
Octal 111 130 314 100 71 0 24 351 70 66
Binary 1001001 1011000 11001100 1000000 111001 0 10100 11101001 111000 110110

Color Harmonies of #4958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4958CC

Black with #4958CC

Text Example


Text Example

White with #4958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4958CC; }

 p { color: rgb(73,88,204); }

 H1.HeaderClassName
 {
   color: #4958CC;
 }
 .AnyTagClassName
 {
   color: #4958CC;
 }
</style>

background-color css

<style>
 a { background-color: #4958CC; }

 a { background-color: rgb(73,88,204); }

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

border-color css

<style>
 span { border-color: #4958CC; }

 span { border-color: rgb(73,88,204); }

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