Html Css Color HEX #4742CD Free Speech Blue

📋 copy color: '#4742CD'

red 71 ◦ green 66 ◦ blue 205

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

Shades of Free Speech Blue #4742CD

Tints of Free Speech Blue #4742CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 20.76%
G = 19.3%
B = 59.94%

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

#4742CD (or 0x4742CD) is known color: Free Speech Blue. HEX triplet: 47, 42 and CD. RGB value is (71,66,205). Sum of RGB (Red+Green+Blue) = 71+66+205=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #4742CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742CD is #B8BD32. Grayscale: #525252. Windows color (decimal): -12107059 or 13451847. OLE color: 13451847.

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

Color convert

RGB 71 66 205 -
CMYK 0.65 0.68 0 0.20
HSL 242.16º 0.58% 0.53% -
HSV(B) 242.16º 0.68% 0.8% -
XYZ 15.57 9.64 58.8 -
YUV 83.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 71 66 205 0.65 0.68 0 0.20 242.16 0.58 0.53
Hex 47 42 CD 41 44 0 14 F2 3A 35
Octal 107 102 315 101 104 0 24 362 72 65
Binary 1000111 1000010 11001101 1000001 1000100 0 10100 11110010 111010 110101

Color Harmonies of #4742CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742CD

Black with #4742CD

Text Example


Text Example

White with #4742CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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