Html Css Color HEX #465BBD Free Speech Blue

📋 copy color: '#465BBD'

red 70 ◦ green 91 ◦ blue 189

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

Shades of Free Speech Blue #465BBD

Tints of Free Speech Blue #465BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

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

R = 20%
G = 26%
B = 54%

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

#465BBD (or 0x465BBD) is known color: Free Speech Blue. HEX triplet: 46, 5B and BD. RGB value is (70,91,189). Sum of RGB (Red+Green+Blue) = 70+91+189=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #465BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BBD is #B9A442. Grayscale: #5F5F5F. Windows color (decimal): -12166211 or 12409670. OLE color: 12409670.

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

Color convert

RGB 70 91 189 -
CMYK 0.63 0.52 0 0.26
HSL 229.41º 0.47% 0.51% -
HSV(B) 229.41º 0.63% 0.74% -
XYZ 15.45 12.46 49.73 -
YUV 95.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 70 91 189 0.63 0.52 0 0.26 229.41 0.47 0.51
Hex 46 5B BD 3F 34 0 1A E5 2F 33
Octal 106 133 275 77 64 0 32 345 57 63
Binary 1000110 1011011 10111101 111111 110100 0 11010 11100101 101111 110011

Color Harmonies of #465BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BBD

Black with #465BBD

Text Example


Text Example

White with #465BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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