Html Css Color HEX #465ABD Free Speech Blue

📋 copy color: '#465ABD'

red 70 ◦ green 90 ◦ blue 189

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

Shades of Free Speech Blue #465ABD

Tints of Free Speech Blue #465ABD

RGB

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

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

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

R = 20.06%
G = 25.79%
B = 54.15%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#465ABD (or 0x465ABD) is known color: Free Speech Blue. HEX triplet: 46, 5A and BD. RGB value is (70,90,189). Sum of RGB (Red+Green+Blue) = 70+90+189=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #465ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ABD is #B9A542. Grayscale: #5E5E5E. Windows color (decimal): -12166467 or 12409414. OLE color: 12409414.

HSL color Cylindrical-coordinate representation of color #465ABD: hue angle of 229.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465ABD is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 90 189 -
CMYK 0.63 0.52 0 0.26
HSL 229.92º 0.47% 0.51% -
HSV(B) 229.92º 0.63% 0.74% -
XYZ 15.37 12.29 49.71 -
YUV 95.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 70 90 189 0.63 0.52 0 0.26 229.92 0.47 0.51
Hex 46 5A BD 3F 34 0 1A E6 2F 33
Octal 106 132 275 77 64 0 32 346 57 63
Binary 1000110 1011010 10111101 111111 110100 0 11010 11100110 101111 110011

Color Harmonies of #465ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465ABD

Black with #465ABD

Text Example


Text Example

White with #465ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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