Html Css Color HEX #4742CE Free Speech Blue

📋 copy color: '#4742CE'

red 71 ◦ green 66 ◦ blue 206

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

Shades of Free Speech Blue #4742CE

Tints of Free Speech Blue #4742CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 20.7%
G = 19.24%
B = 60.06%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4742CE (or 0x4742CE) is known color: Free Speech Blue. HEX triplet: 47, 42 and CE. RGB value is (71,66,206). Sum of RGB (Red+Green+Blue) = 71+66+206=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4742CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742CE is #B8BD31. Grayscale: #525252. Windows color (decimal): -12107058 or 13517383. OLE color: 13517383.

HSL color Cylindrical-coordinate representation of color #4742CE: hue angle of 242.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4742CE is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 66 206 -
CMYK 0.66 0.68 0 0.19
HSL 242.14º 0.59% 0.53% -
HSV(B) 242.14º 0.68% 0.81% -
XYZ 15.69 9.69 59.44 -
YUV 83.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 71 66 206 0.66 0.68 0 0.19 242.14 0.59 0.53
Hex 47 42 CE 42 44 0 13 F2 3B 35
Octal 107 102 316 102 104 0 23 362 73 65
Binary 1000111 1000010 11001110 1000010 1000100 0 10011 11110010 111011 110101

Color Harmonies of #4742CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742CE

Black with #4742CE

Text Example


Text Example

White with #4742CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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