Html Css Color HEX #4F58BA Free Speech Blue

📋 copy color: '#4F58BA'

red 79 ◦ green 88 ◦ blue 186

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

Shades of Free Speech Blue #4F58BA

Tints of Free Speech Blue #4F58BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 22.38%
G = 24.93%
B = 52.69%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F58BA (or 0x4F58BA) is known color: Free Speech Blue. HEX triplet: 4F, 58 and BA. RGB value is (79,88,186). Sum of RGB (Red+Green+Blue) = 79+88+186=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F58BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F58BA is #B0A745. Grayscale: #606060. Windows color (decimal): -11577158 or 12212303. OLE color: 12212303.

HSL color Cylindrical-coordinate representation of color #4F58BA: hue angle of 234.95º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F58BA is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 88 186 -
CMYK 0.58 0.53 0 0.27
HSL 234.95º 0.44% 0.52% -
HSV(B) 234.95º 0.58% 0.73% -
XYZ 15.58 12.19 47.99 -
YUV 96.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 79 88 186 0.58 0.53 0 0.27 234.95 0.44 0.52
Hex 4F 58 BA 3A 35 0 1B EB 2C 34
Octal 117 130 272 72 65 0 33 353 54 64
Binary 1001111 1011000 10111010 111010 110101 0 11011 11101011 101100 110100

Color Harmonies of #4F58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F58BA

Black with #4F58BA

Text Example


Text Example

White with #4F58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,186); }

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

background-color css

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

 a { background-color: rgb(79,88,186); }

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

border-color css

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

 span { border-color: rgb(79,88,186); }

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