Html Css Color HEX #464575 Corn Flower Blue

📋 copy color: '#464575'

red 70 ◦ green 69 ◦ blue 117

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

Shades of Corn Flower Blue #464575

Tints of Corn Flower Blue #464575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 27.34%
G = 26.95%
B = 45.7%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464575 (or 0x464575) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 75. RGB value is (70,69,117). Sum of RGB (Red+Green+Blue) = 70+69+117=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #464575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464575 is #B9BA8A. Grayscale: #4A4A4A. Windows color (decimal): -12171915 or 7685446. OLE color: 7685446.

HSL color Cylindrical-coordinate representation of color #464575: hue angle of 241.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464575 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 69 117 -
CMYK 0.40 0.41 0 0.54
HSL 241.25º 0.26% 0.36% -
HSV(B) 241.25º 0.41% 0.46% -
XYZ 7.86 6.84 17.74 -
YUV 74.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 70 69 117 0.40 0.41 0 0.54 241.25 0.26 0.36
Hex 46 45 75 28 29 0 36 F1 1A 24
Octal 106 105 165 50 51 0 66 361 32 44
Binary 1000110 1000101 1110101 101000 101001 0 110110 11110001 11010 100100

Color Harmonies of #464575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464575

Black with #464575

Text Example


Text Example

White with #464575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464575; }

 p { color: rgb(70,69,117); }

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

background-color css

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

 a { background-color: rgb(70,69,117); }

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

border-color css

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

 span { border-color: rgb(70,69,117); }

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