Html Css Color HEX #465DCB Free Speech Blue

📋 copy color: '#465DCB'

red 70 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #465DCB

Tints of Free Speech Blue #465DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 19.13%
G = 25.41%
B = 55.46%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#465DCB (or 0x465DCB) is known color: Free Speech Blue. HEX triplet: 46, 5D and CB. RGB value is (70,93,203). Sum of RGB (Red+Green+Blue) = 70+93+203=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #465DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DCB is #B9A234. Grayscale: #626262. Windows color (decimal): -12165685 or 13327686. OLE color: 13327686.

HSL color Cylindrical-coordinate representation of color #465DCB: hue angle of 229.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465DCB is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 93 203 -
CMYK 0.66 0.54 0 0.20
HSL 229.62º 0.56% 0.54% -
HSV(B) 229.62º 0.66% 0.8% -
XYZ 17.22 13.44 58.19 -
YUV 98.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 70 93 203 0.66 0.54 0 0.20 229.62 0.56 0.54
Hex 46 5D CB 42 36 0 14 E6 38 36
Octal 106 135 313 102 66 0 24 346 70 66
Binary 1000110 1011101 11001011 1000010 110110 0 10100 11100110 111000 110110

Color Harmonies of #465DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DCB

Black with #465DCB

Text Example


Text Example

White with #465DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,203); }

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

background-color css

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

 a { background-color: rgb(70,93,203); }

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

border-color css

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

 span { border-color: rgb(70,93,203); }

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