Html Css Color HEX #4750DD Free Speech Blue

📋 copy color: '#4750DD'

red 71 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Blue #4750DD

Tints of Free Speech Blue #4750DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 19.09%
G = 21.51%
B = 59.41%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4750DD (or 0x4750DD) is known color: Free Speech Blue. HEX triplet: 47, 50 and DD. RGB value is (71,80,221). Sum of RGB (Red+Green+Blue) = 71+80+221=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #4750DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4750DD is #B8AF22. Grayscale: #5C5C5C. Windows color (decimal): -12103459 or 14504007. OLE color: 14504007.

HSL color Cylindrical-coordinate representation of color #4750DD: hue angle of 236.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4750DD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 80 221 -
CMYK 0.68 0.64 0 0.13
HSL 236.4º 0.69% 0.57% -
HSV(B) 236.4º 0.68% 0.87% -
XYZ 18.52 12.3 69.8 -
YUV 93.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 71 80 221 0.68 0.64 0 0.13 236.4 0.69 0.57
Hex 47 50 DD 44 40 0 D EC 45 39
Octal 107 120 335 104 100 0 15 354 105 71
Binary 1000111 1010000 11011101 1000100 1000000 0 1101 11101100 1000101 111001

Color Harmonies of #4750DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4750DD

Black with #4750DD

Text Example


Text Example

White with #4750DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4750DD; }

 p { color: rgb(71,80,221); }

 H1.HeaderClassName
 {
   color: #4750DD;
 }
 .AnyTagClassName
 {
   color: #4750DD;
 }
</style>

background-color css

<style>
 a { background-color: #4750DD; }

 a { background-color: rgb(71,80,221); }

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

border-color css

<style>
 span { border-color: #4750DD; }

 span { border-color: rgb(71,80,221); }

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