Html Css Color HEX #465DBD Free Speech Blue

📋 copy color: '#465DBD'

red 70 ◦ green 93 ◦ blue 189

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

Shades of Free Speech Blue #465DBD

Tints of Free Speech Blue #465DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 19.89%
G = 26.42%
B = 53.69%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#465DBD (or 0x465DBD) is known color: Free Speech Blue. HEX triplet: 46, 5D and BD. RGB value is (70,93,189). Sum of RGB (Red+Green+Blue) = 70+93+189=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #465DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DBD is #B9A242. Grayscale: #606060. Windows color (decimal): -12165699 or 12410182. OLE color: 12410182.

HSL color Cylindrical-coordinate representation of color #465DBD: hue angle of 228.4º 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 #465DBD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 93 189 -
CMYK 0.63 0.51 0 0.26
HSL 228.4º 0.47% 0.51% -
HSV(B) 228.4º 0.63% 0.74% -
XYZ 15.63 12.8 49.79 -
YUV 97.07 179.88 108.69 -
System Red Green Blue C M Y K H S L
Decimal 70 93 189 0.63 0.51 0 0.26 228.4 0.47 0.51
Hex 46 5D BD 3F 33 0 1A E4 2F 33
Octal 106 135 275 77 63 0 32 344 57 63
Binary 1000110 1011101 10111101 111111 110011 0 11010 11100100 101111 110011

Color Harmonies of #465DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DBD

Black with #465DBD

Text Example


Text Example

White with #465DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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