Html Css Color HEX #4755BD Free Speech Blue

📋 copy color: '#4755BD'

red 71 ◦ green 85 ◦ blue 189

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

Shades of Free Speech Blue #4755BD

Tints of Free Speech Blue #4755BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 20.58%
G = 24.64%
B = 54.78%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4755BD (or 0x4755BD) is known color: Free Speech Blue. HEX triplet: 47, 55 and BD. RGB value is (71,85,189). Sum of RGB (Red+Green+Blue) = 71+85+189=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #4755BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755BD is #B8AA42. Grayscale: #5C5C5C. Windows color (decimal): -12102211 or 12408135. OLE color: 12408135.

HSL color Cylindrical-coordinate representation of color #4755BD: hue angle of 232.88º 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 #4755BD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 85 189 -
CMYK 0.62 0.55 0 0.26
HSL 232.88º 0.47% 0.51% -
HSV(B) 232.88º 0.62% 0.74% -
XYZ 15.03 11.51 49.57 -
YUV 92.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 71 85 189 0.62 0.55 0 0.26 232.88 0.47 0.51
Hex 47 55 BD 3E 37 0 1A E9 2F 33
Octal 107 125 275 76 67 0 32 351 57 63
Binary 1000111 1010101 10111101 111110 110111 0 11010 11101001 101111 110011

Color Harmonies of #4755BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755BD

Black with #4755BD

Text Example


Text Example

White with #4755BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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