Html Css Color HEX #465BCB Free Speech Blue

📋 copy color: '#465BCB'

red 70 ◦ green 91 ◦ blue 203

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

Shades of Free Speech Blue #465BCB

Tints of Free Speech Blue #465BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

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

R = 19.23%
G = 25%
B = 55.77%

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

#465BCB (or 0x465BCB) is known color: Free Speech Blue. HEX triplet: 46, 5B and CB. RGB value is (70,91,203). Sum of RGB (Red+Green+Blue) = 70+91+203=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #465BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BCB is #B9A434. Grayscale: #616161. Windows color (decimal): -12166197 or 13327174. OLE color: 13327174.

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

Color convert

RGB 70 91 203 -
CMYK 0.66 0.55 0 0.20
HSL 230.53º 0.56% 0.54% -
HSV(B) 230.53º 0.66% 0.8% -
XYZ 17.05 13.1 58.13 -
YUV 97.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 70 91 203 0.66 0.55 0 0.20 230.53 0.56 0.54
Hex 46 5B CB 42 37 0 14 E7 38 36
Octal 106 133 313 102 67 0 24 347 70 66
Binary 1000110 1011011 11001011 1000010 110111 0 10100 11100111 111000 110110

Color Harmonies of #465BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BCB

Black with #465BCB

Text Example


Text Example

White with #465BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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