Html Css Color HEX #4F5DCC Free Speech Blue

📋 copy color: '#4F5DCC'

red 79 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Blue #4F5DCC

Tints of Free Speech Blue #4F5DCC

RGB

 RED value IS 79 (31.25% from 255) = 21.01%

 GREEN value IS 93 (36.72% from 255) = 24.73%

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

R = 21.01%
G = 24.73%
B = 54.26%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F5DCC (or 0x4F5DCC) is known color: Free Speech Blue. HEX triplet: 4F, 5D and CC. RGB value is (79,93,204). Sum of RGB (Red+Green+Blue) = 79+93+204=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5DCC is #B0A233. Grayscale: #656565. Windows color (decimal): -11575860 or 13393231. OLE color: 13393231.

HSL color Cylindrical-coordinate representation of color #4F5DCC: hue angle of 233.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5DCC is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 93 204 -
CMYK 0.61 0.54 0 0.2
HSL 233.28º 0.55% 0.55% -
HSV(B) 233.28º 0.61% 0.8% -
XYZ 18.04 13.85 58.85 -
YUV 101.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 79 93 204 0.61 0.54 0 0.2 233.28 0.55 0.55
Hex 4F 5D CC 3D 36 0 14 E9 37 37
Octal 117 135 314 75 66 0 24 351 67 67
Binary 1001111 1011101 11001100 111101 110110 0 10100 11101001 110111 110111

Color Harmonies of #4F5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5DCC

Black with #4F5DCC

Text Example


Text Example

White with #4F5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,93,204); }

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

background-color css

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

 a { background-color: rgb(79,93,204); }

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

border-color css

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

 span { border-color: rgb(79,93,204); }

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