Html Css Color HEX #4742CB Free Speech Blue

📋 copy color: '#4742CB'

red 71 ◦ green 66 ◦ blue 203

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

Shades of Free Speech Blue #4742CB

Tints of Free Speech Blue #4742CB

RGB

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

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

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

R = 20.88%
G = 19.41%
B = 59.71%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4742CB (or 0x4742CB) is known color: Free Speech Blue. HEX triplet: 47, 42 and CB. RGB value is (71,66,203). Sum of RGB (Red+Green+Blue) = 71+66+203=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #4742CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742CB is #B8BD34. Grayscale: #525252. Windows color (decimal): -12107061 or 13320775. OLE color: 13320775.

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

Color convert

RGB 71 66 203 -
CMYK 0.65 0.67 0 0.20
HSL 242.19º 0.57% 0.53% -
HSV(B) 242.19º 0.67% 0.8% -
XYZ 15.33 9.55 57.54 -
YUV 83.11 195.66 119.36 -
System Red Green Blue C M Y K H S L
Decimal 71 66 203 0.65 0.67 0 0.20 242.19 0.57 0.53
Hex 47 42 CB 41 43 0 14 F2 39 35
Octal 107 102 313 101 103 0 24 362 71 65
Binary 1000111 1000010 11001011 1000001 1000011 0 10100 11110010 111001 110101

Color Harmonies of #4742CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742CB

Black with #4742CB

Text Example


Text Example

White with #4742CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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