Html Css Color HEX #465CCC Free Speech Blue

📋 copy color: '#465CCC'

red 70 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Blue #465CCC

Tints of Free Speech Blue #465CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 19.13%
G = 25.14%
B = 55.74%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#465CCC (or 0x465CCC) is known color: Free Speech Blue. HEX triplet: 46, 5C and CC. RGB value is (70,92,204). Sum of RGB (Red+Green+Blue) = 70+92+204=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #465CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CCC is #B9A333. Grayscale: #616161. Windows color (decimal): -12165940 or 13392966. OLE color: 13392966.

HSL color Cylindrical-coordinate representation of color #465CCC: hue angle of 230.15º degrees, saturation: 0.57, 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 #465CCC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 92 204 -
CMYK 0.66 0.55 0 0.2
HSL 230.15º 0.57% 0.54% -
HSV(B) 230.15º 0.66% 0.8% -
XYZ 17.25 13.32 58.79 -
YUV 98.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 70 92 204 0.66 0.55 0 0.2 230.15 0.57 0.54
Hex 46 5C CC 42 37 0 14 E6 39 36
Octal 106 134 314 102 67 0 24 346 71 66
Binary 1000110 1011100 11001100 1000010 110111 0 10100 11100110 111001 110110

Color Harmonies of #465CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CCC

Black with #465CCC

Text Example


Text Example

White with #465CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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