Html Css Color HEX #464475 Corn Flower Blue

📋 copy color: '#464475'

red 70 ◦ green 68 ◦ blue 117

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

Shades of Corn Flower Blue #464475

Tints of Corn Flower Blue #464475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 27.45%
G = 26.67%
B = 45.88%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464475 (or 0x464475) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 75. RGB value is (70,68,117). Sum of RGB (Red+Green+Blue) = 70+68+117=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #464475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464475 is #B9BB8A. Grayscale: #494949. Windows color (decimal): -12172171 or 7685190. OLE color: 7685190.

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

Color convert

RGB 70 68 117 -
CMYK 0.40 0.42 0 0.54
HSL 242.45º 0.26% 0.36% -
HSV(B) 242.45º 0.42% 0.46% -
XYZ 7.8 6.72 17.72 -
YUV 74.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 70 68 117 0.40 0.42 0 0.54 242.45 0.26 0.36
Hex 46 44 75 28 2A 0 36 F2 1A 24
Octal 106 104 165 50 52 0 66 362 32 44
Binary 1000110 1000100 1110101 101000 101010 0 110110 11110010 11010 100100

Color Harmonies of #464475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464475

Black with #464475

Text Example


Text Example

White with #464475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464475; }

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

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

background-color css

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

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

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

border-color css

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

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

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