Html Css Color HEX #465CBF Free Speech Blue

📋 copy color: '#465CBF'

red 70 ◦ green 92 ◦ blue 191

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

Shades of Free Speech Blue #465CBF

Tints of Free Speech Blue #465CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 19.83%
G = 26.06%
B = 54.11%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#465CBF (or 0x465CBF) is known color: Free Speech Blue. HEX triplet: 46, 5C and BF. RGB value is (70,92,191). Sum of RGB (Red+Green+Blue) = 70+92+191=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #465CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CBF is #B9A340. Grayscale: #606060. Windows color (decimal): -12165953 or 12540998. OLE color: 12540998.

HSL color Cylindrical-coordinate representation of color #465CBF: hue angle of 229.09º degrees, saturation: 0.49, 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 #465CBF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 92 191 -
CMYK 0.63 0.52 0 0.25
HSL 229.09º 0.49% 0.51% -
HSV(B) 229.09º 0.63% 0.75% -
XYZ 15.76 12.72 50.91 -
YUV 96.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 70 92 191 0.63 0.52 0 0.25 229.09 0.49 0.51
Hex 46 5C BF 3F 34 0 19 E5 31 33
Octal 106 134 277 77 64 0 31 345 61 63
Binary 1000110 1011100 10111111 111111 110100 0 11001 11100101 110001 110011

Color Harmonies of #465CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CBF

Black with #465CBF

Text Example


Text Example

White with #465CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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