Html Css Color HEX #4453AF Free Speech Blue

📋 copy color: '#4453AF'

red 68 ◦ green 83 ◦ blue 175

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

Shades of Free Speech Blue #4453AF

Tints of Free Speech Blue #4453AF

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

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

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 20.86%
G = 25.46%
B = 53.68%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4453AF (or 0x4453AF) is known color: Free Speech Blue. HEX triplet: 44, 53 and AF. RGB value is (68,83,175). Sum of RGB (Red+Green+Blue) = 68+83+175=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #4453AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4453AF is #BBAC50. Grayscale: #585858. Windows color (decimal): -12299345 or 11490116. OLE color: 11490116.

HSL color Cylindrical-coordinate representation of color #4453AF: hue angle of 231.59º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4453AF is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 83 175 -
CMYK 0.61 0.53 0 0.31
HSL 231.59º 0.44% 0.48% -
HSV(B) 231.59º 0.61% 0.69% -
XYZ 13.22 10.51 41.89 -
YUV 89 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 68 83 175 0.61 0.53 0 0.31 231.59 0.44 0.48
Hex 44 53 AF 3D 35 0 1F E8 2C 30
Octal 104 123 257 75 65 0 37 350 54 60
Binary 1000100 1010011 10101111 111101 110101 0 11111 11101000 101100 110000

Color Harmonies of #4453AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4453AF

Black with #4453AF

Text Example


Text Example

White with #4453AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4453AF; }

 p { color: rgb(68,83,175); }

 H1.HeaderClassName
 {
   color: #4453AF;
 }
 .AnyTagClassName
 {
   color: #4453AF;
 }
</style>

background-color css

<style>
 a { background-color: #4453AF; }

 a { background-color: rgb(68,83,175); }

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

border-color css

<style>
 span { border-color: #4453AF; }

 span { border-color: rgb(68,83,175); }

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