Html Css Color HEX #465BBC Free Speech Blue

📋 copy color: '#465BBC'

red 70 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #465BBC

Tints of Free Speech Blue #465BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 20.06%
G = 26.07%
B = 53.87%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#465BBC (or 0x465BBC) is known color: Free Speech Blue. HEX triplet: 46, 5B and BC. RGB value is (70,91,188). Sum of RGB (Red+Green+Blue) = 70+91+188=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #465BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BBC is #B9A443. Grayscale: #5F5F5F. Windows color (decimal): -12166212 or 12344134. OLE color: 12344134.

HSL color Cylindrical-coordinate representation of color #465BBC: hue angle of 229.32º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465BBC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 91 188 -
CMYK 0.63 0.52 0 0.26
HSL 229.32º 0.47% 0.51% -
HSV(B) 229.32º 0.63% 0.74% -
XYZ 15.34 12.42 49.16 -
YUV 95.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 70 91 188 0.63 0.52 0 0.26 229.32 0.47 0.51
Hex 46 5B BC 3F 34 0 1A E5 2F 33
Octal 106 133 274 77 64 0 32 345 57 63
Binary 1000110 1011011 10111100 111111 110100 0 11010 11100101 101111 110011

Color Harmonies of #465BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BBC

Black with #465BBC

Text Example


Text Example

White with #465BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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