Html Css Color HEX #465ACF Free Speech Blue

📋 copy color: '#465ACF'

red 70 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Blue #465ACF

Tints of Free Speech Blue #465ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 19.07%
G = 24.52%
B = 56.4%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#465ACF (or 0x465ACF) is known color: Free Speech Blue. HEX triplet: 46, 5A and CF. RGB value is (70,90,207). Sum of RGB (Red+Green+Blue) = 70+90+207=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #465ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ACF is #B9A530. Grayscale: #606060. Windows color (decimal): -12166449 or 13589062. OLE color: 13589062.

HSL color Cylindrical-coordinate representation of color #465ACF: hue angle of 231.24º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465ACF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 90 207 -
CMYK 0.66 0.57 0 0.19
HSL 231.24º 0.59% 0.54% -
HSV(B) 231.24º 0.66% 0.81% -
XYZ 17.44 13.12 60.64 -
YUV 97.36 189.87 108.49 -
System Red Green Blue C M Y K H S L
Decimal 70 90 207 0.66 0.57 0 0.19 231.24 0.59 0.54
Hex 46 5A CF 42 39 0 13 E7 3B 36
Octal 106 132 317 102 71 0 23 347 73 66
Binary 1000110 1011010 11001111 1000010 111001 0 10011 11100111 111011 110110

Color Harmonies of #465ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465ACF

Black with #465ACF

Text Example


Text Example

White with #465ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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