Html Css Color HEX #464BCF Free Speech Blue

📋 copy color: '#464BCF'

red 70 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #464BCF

Tints of Free Speech Blue #464BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

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

R = 19.89%
G = 21.31%
B = 58.81%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#464BCF (or 0x464BCF) is known color: Free Speech Blue. HEX triplet: 46, 4B and CF. RGB value is (70,75,207). Sum of RGB (Red+Green+Blue) = 70+75+207=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #464BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BCF is #B9B430. Grayscale: #585858. Windows color (decimal): -12170289 or 13585222. OLE color: 13585222.

HSL color Cylindrical-coordinate representation of color #464BCF: hue angle of 237.81º 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 #464BCF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 75 207 -
CMYK 0.66 0.64 0 0.19
HSL 237.81º 0.59% 0.54% -
HSV(B) 237.81º 0.66% 0.81% -
XYZ 16.3 10.84 60.26 -
YUV 88.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 70 75 207 0.66 0.64 0 0.19 237.81 0.59 0.54
Hex 46 4B CF 42 40 0 13 EE 3B 36
Octal 106 113 317 102 100 0 23 356 73 66
Binary 1000110 1001011 11001111 1000010 1000000 0 10011 11101110 111011 110110

Color Harmonies of #464BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BCF

Black with #464BCF

Text Example


Text Example

White with #464BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464BCF; }

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

 H1.HeaderClassName
 {
   color: #464BCF;
 }
 .AnyTagClassName
 {
   color: #464BCF;
 }
</style>

background-color css

<style>
 a { background-color: #464BCF; }

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

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

border-color css

<style>
 span { border-color: #464BCF; }

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

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