Html Css Color HEX #465FBF Free Speech Blue

📋 copy color: '#465FBF'

red 70 ◦ green 95 ◦ blue 191

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

Shades of Free Speech Blue #465FBF

Tints of Free Speech Blue #465FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 19.66%
G = 26.69%
B = 53.65%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#465FBF (or 0x465FBF) is known color: Free Speech Blue. HEX triplet: 46, 5F and BF. RGB value is (70,95,191). Sum of RGB (Red+Green+Blue) = 70+95+191=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #465FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FBF is #B9A040. Grayscale: #626262. Windows color (decimal): -12165185 or 12541766. OLE color: 12541766.

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

Color convert

RGB 70 95 191 -
CMYK 0.63 0.50 0 0.25
HSL 227.6º 0.49% 0.51% -
HSV(B) 227.6º 0.63% 0.75% -
XYZ 16.02 13.25 51 -
YUV 98.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 70 95 191 0.63 0.50 0 0.25 227.6 0.49 0.51
Hex 46 5F BF 3F 32 0 19 E4 31 33
Octal 106 137 277 77 62 0 31 344 61 63
Binary 1000110 1011111 10111111 111111 110010 0 11001 11100100 110001 110011

Color Harmonies of #465FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FBF

Black with #465FBF

Text Example


Text Example

White with #465FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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