Html Css Color HEX #465DBE Free Speech Blue

📋 copy color: '#465DBE'

red 70 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #465DBE

Tints of Free Speech Blue #465DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 19.83%
G = 26.35%
B = 53.82%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#465DBE (or 0x465DBE) is known color: Free Speech Blue. HEX triplet: 46, 5D and BE. RGB value is (70,93,190). Sum of RGB (Red+Green+Blue) = 70+93+190=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #465DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DBE is #B9A241. Grayscale: #606060. Windows color (decimal): -12165698 or 12475718. OLE color: 12475718.

HSL color Cylindrical-coordinate representation of color #465DBE: hue angle of 228.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465DBE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 93 190 -
CMYK 0.63 0.51 0 0.25
HSL 228.5º 0.48% 0.51% -
HSV(B) 228.5º 0.63% 0.75% -
XYZ 15.73 12.85 50.37 -
YUV 97.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 70 93 190 0.63 0.51 0 0.25 228.5 0.48 0.51
Hex 46 5D BE 3F 33 0 19 E4 30 33
Octal 106 135 276 77 63 0 31 344 60 63
Binary 1000110 1011101 10111110 111111 110011 0 11001 11100100 110000 110011

Color Harmonies of #465DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DBE

Black with #465DBE

Text Example


Text Example

White with #465DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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