Html Css Color HEX #4741CD Free Speech Blue

📋 copy color: '#4741CD'

red 71 ◦ green 65 ◦ blue 205

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

Shades of Free Speech Blue #4741CD

Tints of Free Speech Blue #4741CD

RGB

 RED value IS 71 (28.13% from 255) = 20.82%

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 20.82%
G = 19.06%
B = 60.12%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4741CD (or 0x4741CD) is known color: Free Speech Blue. HEX triplet: 47, 41 and CD. RGB value is (71,65,205). Sum of RGB (Red+Green+Blue) = 71+65+205=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #4741CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741CD is #B8BE32. Grayscale: #525252. Windows color (decimal): -12107315 or 13451591. OLE color: 13451591.

HSL color Cylindrical-coordinate representation of color #4741CD: hue angle of 242.57º degrees, saturation: 0.58, 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 #4741CD is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 65 205 -
CMYK 0.65 0.68 0 0.20
HSL 242.57º 0.58% 0.53% -
HSV(B) 242.57º 0.68% 0.8% -
XYZ 15.51 9.53 58.78 -
YUV 82.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 71 65 205 0.65 0.68 0 0.20 242.57 0.58 0.53
Hex 47 41 CD 41 44 0 14 F3 3A 35
Octal 107 101 315 101 104 0 24 363 72 65
Binary 1000111 1000001 11001101 1000001 1000100 0 10100 11110011 111010 110101

Color Harmonies of #4741CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741CD

Black with #4741CD

Text Example


Text Example

White with #4741CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4741CD; }

 p { color: rgb(71,65,205); }

 H1.HeaderClassName
 {
   color: #4741CD;
 }
 .AnyTagClassName
 {
   color: #4741CD;
 }
</style>

background-color css

<style>
 a { background-color: #4741CD; }

 a { background-color: rgb(71,65,205); }

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

border-color css

<style>
 span { border-color: #4741CD; }

 span { border-color: rgb(71,65,205); }

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