Html Css Color HEX #465BB0 Free Speech Blue

📋 copy color: '#465BB0'

red 70 ◦ green 91 ◦ blue 176

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

Shades of Free Speech Blue #465BB0

Tints of Free Speech Blue #465BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.23%

R = 20.77%
G = 27%
B = 52.23%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#465BB0 (or 0x465BB0) is known color: Free Speech Blue. HEX triplet: 46, 5B and B0. RGB value is (70,91,176). Sum of RGB (Red+Green+Blue) = 70+91+176=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #465BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BB0 is #B9A44F. Grayscale: #5E5E5E. Windows color (decimal): -12166224 or 11557702. OLE color: 11557702.

HSL color Cylindrical-coordinate representation of color #465BB0: hue angle of 228.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465BB0 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 91 176 -
CMYK 0.60 0.48 0 0.31
HSL 228.11º 0.43% 0.48% -
HSV(B) 228.11º 0.6% 0.69% -
XYZ 14.1 11.92 42.63 -
YUV 94.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 70 91 176 0.60 0.48 0 0.31 228.11 0.43 0.48
Hex 46 5B B0 3C 30 0 1F E4 2B 30
Octal 106 133 260 74 60 0 37 344 53 60
Binary 1000110 1011011 10110000 111100 110000 0 11111 11100100 101011 110000

Color Harmonies of #465BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BB0

Black with #465BB0

Text Example


Text Example

White with #465BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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