Html Css Color HEX #4653DD Free Speech Blue

📋 copy color: '#4653DD'

red 70 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Blue #4653DD

Tints of Free Speech Blue #4653DD

RGB

 RED value IS 70 (27.73% from 255) = 18.72%

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 18.72%
G = 22.19%
B = 59.09%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4653DD (or 0x4653DD) is known color: Free Speech Blue. HEX triplet: 46, 53 and DD. RGB value is (70,83,221). Sum of RGB (Red+Green+Blue) = 70+83+221=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #4653DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4653DD is #B9AC22. Grayscale: #5E5E5E. Windows color (decimal): -12168227 or 14504774. OLE color: 14504774.

HSL color Cylindrical-coordinate representation of color #4653DD: hue angle of 234.83º 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 #4653DD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 83 221 -
CMYK 0.68 0.62 0 0.13
HSL 234.83º 0.69% 0.57% -
HSV(B) 234.83º 0.68% 0.87% -
XYZ 18.67 12.71 69.88 -
YUV 94.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 70 83 221 0.68 0.62 0 0.13 234.83 0.69 0.57
Hex 46 53 DD 44 3E 0 D EB 45 39
Octal 106 123 335 104 76 0 15 353 105 71
Binary 1000110 1010011 11011101 1000100 111110 0 1101 11101011 1000101 111001

Color Harmonies of #4653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4653DD

Black with #4653DD

Text Example


Text Example

White with #4653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,83,221); }

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

background-color css

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

 a { background-color: rgb(70,83,221); }

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

border-color css

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

 span { border-color: rgb(70,83,221); }

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