Html Css Color HEX #465CC6 Free Speech Blue

📋 copy color: '#465CC6'

red 70 ◦ green 92 ◦ blue 198

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

Shades of Free Speech Blue #465CC6

Tints of Free Speech Blue #465CC6

RGB

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

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

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

R = 19.44%
G = 25.56%
B = 55%

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

#465CC6 (or 0x465CC6) is known color: Free Speech Blue. HEX triplet: 46, 5C and C6. RGB value is (70,92,198). Sum of RGB (Red+Green+Blue) = 70+92+198=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #465CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CC6 is #B9A339. Grayscale: #616161. Windows color (decimal): -12165946 or 12999750. OLE color: 12999750.

HSL color Cylindrical-coordinate representation of color #465CC6: hue angle of 229.69º 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 #465CC6 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 92 198 -
CMYK 0.65 0.54 0 0.22
HSL 229.69º 0.53% 0.53% -
HSV(B) 229.69º 0.65% 0.78% -
XYZ 16.55 13.03 55.07 -
YUV 97.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 70 92 198 0.65 0.54 0 0.22 229.69 0.53 0.53
Hex 46 5C C6 41 36 0 16 E6 35 35
Octal 106 134 306 101 66 0 26 346 65 65
Binary 1000110 1011100 11000110 1000001 110110 0 10110 11100110 110101 110101

Color Harmonies of #465CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CC6

Black with #465CC6

Text Example


Text Example

White with #465CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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