Html Css Color HEX #4758BD Free Speech Blue

📋 copy color: '#4758BD'

red 71 ◦ green 88 ◦ blue 189

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

Shades of Free Speech Blue #4758BD

Tints of Free Speech Blue #4758BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 20.4%
G = 25.29%
B = 54.31%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4758BD (or 0x4758BD) is known color: Free Speech Blue. HEX triplet: 47, 58 and BD. RGB value is (71,88,189). Sum of RGB (Red+Green+Blue) = 71+88+189=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #4758BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758BD is #B8A742. Grayscale: #5E5E5E. Windows color (decimal): -12101443 or 12408903. OLE color: 12408903.

HSL color Cylindrical-coordinate representation of color #4758BD: hue angle of 231.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4758BD is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 88 189 -
CMYK 0.62 0.53 0 0.26
HSL 231.36º 0.47% 0.51% -
HSV(B) 231.36º 0.62% 0.74% -
XYZ 15.27 11.99 49.65 -
YUV 94.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 71 88 189 0.62 0.53 0 0.26 231.36 0.47 0.51
Hex 47 58 BD 3E 35 0 1A E7 2F 33
Octal 107 130 275 76 65 0 32 347 57 63
Binary 1000111 1011000 10111101 111110 110101 0 11010 11100111 101111 110011

Color Harmonies of #4758BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4758BD

Black with #4758BD

Text Example


Text Example

White with #4758BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4758BD; }

 p { color: rgb(71,88,189); }

 H1.HeaderClassName
 {
   color: #4758BD;
 }
 .AnyTagClassName
 {
   color: #4758BD;
 }
</style>

background-color css

<style>
 a { background-color: #4758BD; }

 a { background-color: rgb(71,88,189); }

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

border-color css

<style>
 span { border-color: #4758BD; }

 span { border-color: rgb(71,88,189); }

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