Html Css Color HEX #465DCE Free Speech Blue

📋 copy color: '#465DCE'

red 70 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Blue #465DCE

Tints of Free Speech Blue #465DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 18.97%
G = 25.2%
B = 55.83%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#465DCE (or 0x465DCE) is known color: Free Speech Blue. HEX triplet: 46, 5D and CE. RGB value is (70,93,206). Sum of RGB (Red+Green+Blue) = 70+93+206=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #465DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DCE is #B9A231. Grayscale: #626262. Windows color (decimal): -12165682 or 13524294. OLE color: 13524294.

HSL color Cylindrical-coordinate representation of color #465DCE: hue angle of 229.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465DCE is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 93 206 -
CMYK 0.66 0.55 0 0.19
HSL 229.85º 0.58% 0.54% -
HSV(B) 229.85º 0.66% 0.81% -
XYZ 17.58 13.59 60.09 -
YUV 99.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 70 93 206 0.66 0.55 0 0.19 229.85 0.58 0.54
Hex 46 5D CE 42 37 0 13 E6 3A 36
Octal 106 135 316 102 67 0 23 346 72 66
Binary 1000110 1011101 11001110 1000010 110111 0 10011 11100110 111010 110110

Color Harmonies of #465DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DCE

Black with #465DCE

Text Example


Text Example

White with #465DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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