Html Css Color HEX #465ACB Free Speech Blue

📋 copy color: '#465ACB'

red 70 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #465ACB

Tints of Free Speech Blue #465ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

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

R = 19.28%
G = 24.79%
B = 55.92%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#465ACB (or 0x465ACB) is known color: Free Speech Blue. HEX triplet: 46, 5A and CB. RGB value is (70,90,203). Sum of RGB (Red+Green+Blue) = 70+90+203=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #465ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ACB is #B9A534. Grayscale: #606060. Windows color (decimal): -12166453 or 13326918. OLE color: 13326918.

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

Color convert

RGB 70 90 203 -
CMYK 0.66 0.56 0 0.20
HSL 230.98º 0.56% 0.54% -
HSV(B) 230.98º 0.66% 0.8% -
XYZ 16.96 12.93 58.1 -
YUV 96.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 70 90 203 0.66 0.56 0 0.20 230.98 0.56 0.54
Hex 46 5A CB 42 38 0 14 E7 38 36
Octal 106 132 313 102 70 0 24 347 70 66
Binary 1000110 1011010 11001011 1000010 111000 0 10100 11100111 111000 110110

Color Harmonies of #465ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465ACB

Black with #465ACB

Text Example


Text Example

White with #465ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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