Html Css Color HEX #4F41CB Free Speech Blue

📋 copy color: '#4F41CB'

red 79 ◦ green 65 ◦ blue 203

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

Shades of Free Speech Blue #4F41CB

Tints of Free Speech Blue #4F41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 22.77%
G = 18.73%
B = 58.5%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F41CB (or 0x4F41CB) is known color: Free Speech Blue. HEX triplet: 4F, 41 and CB. RGB value is (79,65,203). Sum of RGB (Red+Green+Blue) = 79+65+203=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41CB is #B0BE34. Grayscale: #545454. Windows color (decimal): -11583029 or 13320527. OLE color: 13320527.

HSL color Cylindrical-coordinate representation of color #4F41CB: hue angle of 246.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F41CB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 65 203 -
CMYK 0.61 0.68 0 0.20
HSL 246.09º 0.57% 0.53% -
HSV(B) 246.09º 0.68% 0.8% -
XYZ 15.89 9.75 57.55 -
YUV 84.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 79 65 203 0.61 0.68 0 0.20 246.09 0.57 0.53
Hex 4F 41 CB 3D 44 0 14 F6 39 35
Octal 117 101 313 75 104 0 24 366 71 65
Binary 1001111 1000001 11001011 111101 1000100 0 10100 11110110 111001 110101

Color Harmonies of #4F41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41CB

Black with #4F41CB

Text Example


Text Example

White with #4F41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,203); }

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

background-color css

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

 a { background-color: rgb(79,65,203); }

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

border-color css

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

 span { border-color: rgb(79,65,203); }

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