Html Css Color HEX #465BC6 Free Speech Blue

📋 copy color: '#465BC6'

red 70 ◦ green 91 ◦ blue 198

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

Shades of Free Speech Blue #465BC6

Tints of Free Speech Blue #465BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.15%

R = 19.5%
G = 25.35%
B = 55.15%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#465BC6 (or 0x465BC6) is known color: Free Speech Blue. HEX triplet: 46, 5B and C6. RGB value is (70,91,198). Sum of RGB (Red+Green+Blue) = 70+91+198=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #465BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BC6 is #B9A439. Grayscale: #606060. Windows color (decimal): -12166202 or 12999494. OLE color: 12999494.

HSL color Cylindrical-coordinate representation of color #465BC6: hue angle of 230.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465BC6 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 91 198 -
CMYK 0.65 0.54 0 0.22
HSL 230.16º 0.53% 0.53% -
HSV(B) 230.16º 0.65% 0.78% -
XYZ 16.46 12.86 55.04 -
YUV 96.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 70 91 198 0.65 0.54 0 0.22 230.16 0.53 0.53
Hex 46 5B C6 41 36 0 16 E6 35 35
Octal 106 133 306 101 66 0 26 346 65 65
Binary 1000110 1011011 11000110 1000001 110110 0 10110 11100110 110101 110101

Color Harmonies of #465BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BC6

Black with #465BC6

Text Example


Text Example

White with #465BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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