Html Css Color HEX #4746CB Free Speech Blue

📋 copy color: '#4746CB'

red 71 ◦ green 70 ◦ blue 203

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

Shades of Free Speech Blue #4746CB

Tints of Free Speech Blue #4746CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 20.64%
G = 20.35%
B = 59.01%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4746CB (or 0x4746CB) is known color: Free Speech Blue. HEX triplet: 47, 46 and CB. RGB value is (71,70,203). Sum of RGB (Red+Green+Blue) = 71+70+203=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #4746CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4746CB is #B8B934. Grayscale: #545454. Windows color (decimal): -12106037 or 13321799. OLE color: 13321799.

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

Color convert

RGB 71 70 203 -
CMYK 0.65 0.66 0 0.20
HSL 240.45º 0.56% 0.54% -
HSV(B) 240.45º 0.66% 0.8% -
XYZ 15.57 10.03 57.62 -
YUV 85.46 194.33 117.69 -
System Red Green Blue C M Y K H S L
Decimal 71 70 203 0.65 0.66 0 0.20 240.45 0.56 0.54
Hex 47 46 CB 41 42 0 14 F0 38 36
Octal 107 106 313 101 102 0 24 360 70 66
Binary 1000111 1000110 11001011 1000001 1000010 0 10100 11110000 111000 110110

Color Harmonies of #4746CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4746CB

Black with #4746CB

Text Example


Text Example

White with #4746CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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