Html Css Color HEX #465ABC Free Speech Blue

📋 copy color: '#465ABC'

red 70 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #465ABC

Tints of Free Speech Blue #465ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 20.11%
G = 25.86%
B = 54.02%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#465ABC (or 0x465ABC) is known color: Free Speech Blue. HEX triplet: 46, 5A and BC. RGB value is (70,90,188). Sum of RGB (Red+Green+Blue) = 70+90+188=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #465ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ABC is #B9A543. Grayscale: #5E5E5E. Windows color (decimal): -12166468 or 12343878. OLE color: 12343878.

HSL color Cylindrical-coordinate representation of color #465ABC: hue angle of 229.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465ABC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 90 188 -
CMYK 0.63 0.52 0 0.26
HSL 229.83º 0.47% 0.51% -
HSV(B) 229.83º 0.63% 0.74% -
XYZ 15.26 12.25 49.14 -
YUV 95.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 70 90 188 0.63 0.52 0 0.26 229.83 0.47 0.51
Hex 46 5A BC 3F 34 0 1A E6 2F 33
Octal 106 132 274 77 64 0 32 346 57 63
Binary 1000110 1011010 10111100 111111 110100 0 11010 11100110 101111 110011

Color Harmonies of #465ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465ABC

Black with #465ABC

Text Example


Text Example

White with #465ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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