Html Css Color HEX #465CD2 Free Speech Blue

📋 copy color: '#465CD2'

red 70 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Blue #465CD2

Tints of Free Speech Blue #465CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.45%

R = 18.82%
G = 24.73%
B = 56.45%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#465CD2 (or 0x465CD2) is known color: Free Speech Blue. HEX triplet: 46, 5C and D2. RGB value is (70,92,210). Sum of RGB (Red+Green+Blue) = 70+92+210=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #465CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CD2 is #B9A32D. Grayscale: #626262. Windows color (decimal): -12165934 or 13786182. OLE color: 13786182.

HSL color Cylindrical-coordinate representation of color #465CD2: hue angle of 230.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465CD2 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 92 210 -
CMYK 0.67 0.56 0 0.18
HSL 230.57º 0.61% 0.55% -
HSV(B) 230.57º 0.67% 0.82% -
XYZ 17.99 13.61 62.65 -
YUV 98.87 190.71 107.41 -
System Red Green Blue C M Y K H S L
Decimal 70 92 210 0.67 0.56 0 0.18 230.57 0.61 0.55
Hex 46 5C D2 43 38 0 12 E7 3D 37
Octal 106 134 322 103 70 0 22 347 75 67
Binary 1000110 1011100 11010010 1000011 111000 0 10010 11100111 111101 110111

Color Harmonies of #465CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CD2

Black with #465CD2

Text Example


Text Example

White with #465CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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