Html Css Color HEX #464175 Corn Flower Blue

📋 copy color: '#464175'

red 70 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #464175

Tints of Corn Flower Blue #464175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 27.78%
G = 25.79%
B = 46.43%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464175 (or 0x464175) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 75. RGB value is (70,65,117). Sum of RGB (Red+Green+Blue) = 70+65+117=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #464175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464175 is #B9BE8A. Grayscale: #484848. Windows color (decimal): -12172939 or 7684422. OLE color: 7684422.

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

Color convert

RGB 70 65 117 -
CMYK 0.40 0.44 0 0.54
HSL 245.77º 0.29% 0.36% -
HSV(B) 245.77º 0.44% 0.46% -
XYZ 7.63 6.37 17.66 -
YUV 72.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 70 65 117 0.40 0.44 0 0.54 245.77 0.29 0.36
Hex 46 41 75 28 2C 0 36 F6 1D 24
Octal 106 101 165 50 54 0 66 366 35 44
Binary 1000110 1000001 1110101 101000 101100 0 110110 11110110 11101 100100

Color Harmonies of #464175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464175

Black with #464175

Text Example


Text Example

White with #464175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464175; }

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

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

background-color css

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

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

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

border-color css

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

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

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