Html Css Color HEX #4749CB Free Speech Blue

📋 copy color: '#4749CB'

red 71 ◦ green 73 ◦ blue 203

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

Shades of Free Speech Blue #4749CB

Tints of Free Speech Blue #4749CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 20.46%
G = 21.04%
B = 58.5%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4749CB (or 0x4749CB) is known color: Free Speech Blue. HEX triplet: 47, 49 and CB. RGB value is (71,73,203). Sum of RGB (Red+Green+Blue) = 71+73+203=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #4749CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4749CB is #B8B634. Grayscale: #565656. Windows color (decimal): -12105269 or 13322567. OLE color: 13322567.

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

Color convert

RGB 71 73 203 -
CMYK 0.65 0.64 0 0.20
HSL 239.09º 0.56% 0.54% -
HSV(B) 239.09º 0.65% 0.8% -
XYZ 15.76 10.42 57.68 -
YUV 87.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 71 73 203 0.65 0.64 0 0.20 239.09 0.56 0.54
Hex 47 49 CB 41 40 0 14 EF 38 36
Octal 107 111 313 101 100 0 24 357 70 66
Binary 1000111 1001001 11001011 1000001 1000000 0 10100 11101111 111000 110110

Color Harmonies of #4749CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4749CB

Black with #4749CB

Text Example


Text Example

White with #4749CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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