Html Css Color HEX #465CBD Free Speech Blue

📋 copy color: '#465CBD'

red 70 ◦ green 92 ◦ blue 189

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

Shades of Free Speech Blue #465CBD

Tints of Free Speech Blue #465CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 19.94%
G = 26.21%
B = 53.85%

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

#465CBD (or 0x465CBD) is known color: Free Speech Blue. HEX triplet: 46, 5C and BD. RGB value is (70,92,189). Sum of RGB (Red+Green+Blue) = 70+92+189=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #465CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CBD is #B9A342. Grayscale: #606060. Windows color (decimal): -12165955 or 12409926. OLE color: 12409926.

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

Color convert

RGB 70 92 189 -
CMYK 0.63 0.51 0 0.26
HSL 228.91º 0.47% 0.51% -
HSV(B) 228.91º 0.63% 0.74% -
XYZ 15.54 12.63 49.76 -
YUV 96.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 70 92 189 0.63 0.51 0 0.26 228.91 0.47 0.51
Hex 46 5C BD 3F 33 0 1A E5 2F 33
Octal 106 134 275 77 63 0 32 345 57 63
Binary 1000110 1011100 10111101 111111 110011 0 11010 11100101 101111 110011

Color Harmonies of #465CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CBD

Black with #465CBD

Text Example


Text Example

White with #465CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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