Html Css Color HEX #465CCB Free Speech Blue

📋 copy color: '#465CCB'

red 70 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Blue #465CCB

Tints of Free Speech Blue #465CCB

RGB

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

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

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

R = 19.18%
G = 25.21%
B = 55.62%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#465CCB (or 0x465CCB) is known color: Free Speech Blue. HEX triplet: 46, 5C and CB. RGB value is (70,92,203). Sum of RGB (Red+Green+Blue) = 70+92+203=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #465CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CCB is #B9A334. Grayscale: #616161. Windows color (decimal): -12165941 or 13327430. OLE color: 13327430.

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

Color convert

RGB 70 92 203 -
CMYK 0.66 0.55 0 0.20
HSL 230.08º 0.56% 0.54% -
HSV(B) 230.08º 0.66% 0.8% -
XYZ 17.13 13.27 58.16 -
YUV 98.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 70 92 203 0.66 0.55 0 0.20 230.08 0.56 0.54
Hex 46 5C CB 42 37 0 14 E6 38 36
Octal 106 134 313 102 67 0 24 346 70 66
Binary 1000110 1011100 11001011 1000010 110111 0 10100 11100110 111000 110110

Color Harmonies of #465CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CCB

Black with #465CCB

Text Example


Text Example

White with #465CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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