Html Css Color HEX #4F54C0 Free Speech Blue

📋 copy color: '#4F54C0'

red 79 ◦ green 84 ◦ blue 192

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

Shades of Free Speech Blue #4F54C0

Tints of Free Speech Blue #4F54C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 22.25%
G = 23.66%
B = 54.08%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F54C0 (or 0x4F54C0) is known color: Free Speech Blue. HEX triplet: 4F, 54 and C0. RGB value is (79,84,192). Sum of RGB (Red+Green+Blue) = 79+84+192=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F54C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54C0 is #B0AB3F. Grayscale: #5E5E5E. Windows color (decimal): -11578176 or 12604495. OLE color: 12604495.

HSL color Cylindrical-coordinate representation of color #4F54C0: hue angle of 237.35º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F54C0 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 84 192 -
CMYK 0.59 0.56 0 0.25
HSL 237.35º 0.47% 0.53% -
HSV(B) 237.35º 0.59% 0.75% -
XYZ 15.91 11.81 51.31 -
YUV 94.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 79 84 192 0.59 0.56 0 0.25 237.35 0.47 0.53
Hex 4F 54 C0 3B 38 0 19 ED 2F 35
Octal 117 124 300 73 70 0 31 355 57 65
Binary 1001111 1010100 11000000 111011 111000 0 11001 11101101 101111 110101

Color Harmonies of #4F54C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F54C0

Black with #4F54C0

Text Example


Text Example

White with #4F54C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,84,192); }

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

background-color css

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

 a { background-color: rgb(79,84,192); }

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

border-color css

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

 span { border-color: rgb(79,84,192); }

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