Html Css Color HEX #465AAF Free Speech Blue

📋 copy color: '#465AAF'

red 70 ◦ green 90 ◦ blue 175

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

Shades of Free Speech Blue #465AAF

Tints of Free Speech Blue #465AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 20.9%
G = 26.87%
B = 52.24%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#465AAF (or 0x465AAF) is known color: Free Speech Blue. HEX triplet: 46, 5A and AF. RGB value is (70,90,175). Sum of RGB (Red+Green+Blue) = 70+90+175=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #465AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AAF is #B9A550. Grayscale: #5D5D5D. Windows color (decimal): -12166481 or 11491910. OLE color: 11491910.

HSL color Cylindrical-coordinate representation of color #465AAF: hue angle of 228.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465AAF is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 90 175 -
CMYK 0.60 0.49 0 0.31
HSL 228.57º 0.43% 0.48% -
HSV(B) 228.57º 0.6% 0.69% -
XYZ 13.92 11.71 42.08 -
YUV 93.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 70 90 175 0.60 0.49 0 0.31 228.57 0.43 0.48
Hex 46 5A AF 3C 31 0 1F E5 2B 30
Octal 106 132 257 74 61 0 37 345 53 60
Binary 1000110 1011010 10101111 111100 110001 0 11111 11100101 101011 110000

Color Harmonies of #465AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AAF

Black with #465AAF

Text Example


Text Example

White with #465AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465AAF; }

 p { color: rgb(70,90,175); }

 H1.HeaderClassName
 {
   color: #465AAF;
 }
 .AnyTagClassName
 {
   color: #465AAF;
 }
</style>

background-color css

<style>
 a { background-color: #465AAF; }

 a { background-color: rgb(70,90,175); }

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

border-color css

<style>
 span { border-color: #465AAF; }

 span { border-color: rgb(70,90,175); }

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