Html Css Color HEX #434971 Port Gore

📋 copy color: '#434971'

red 67 ◦ green 73 ◦ blue 113

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

Shades of Port Gore #434971

Tints of Port Gore #434971

RGB

 RED value IS 67 (26.56% from 255) = 26.48%

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 26.48%
G = 28.85%
B = 44.66%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434971 (or 0x434971) is known color: Port Gore. HEX triplet: 43, 49 and 71. RGB value is (67,73,113). Sum of RGB (Red+Green+Blue) = 67+73+113=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #434971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434971 is #BCB68E. Grayscale: #4B4B4B. Windows color (decimal): -12367503 or 7424323. OLE color: 7424323.

HSL color Cylindrical-coordinate representation of color #434971: hue angle of 232.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434971 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 73 113 -
CMYK 0.41 0.35 0 0.56
HSL 232.17º 0.26% 0.35% -
HSV(B) 232.17º 0.41% 0.44% -
XYZ 7.68 7.15 16.6 -
YUV 75.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 67 73 113 0.41 0.35 0 0.56 232.17 0.26 0.35
Hex 43 49 71 29 23 0 38 E8 1A 23
Octal 103 111 161 51 43 0 70 350 32 43
Binary 1000011 1001001 1110001 101001 100011 0 111000 11101000 11010 100011

Color Harmonies of #434971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434971

Black with #434971

Text Example


Text Example

White with #434971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434971; }

 p { color: rgb(67,73,113); }

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

background-color css

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

 a { background-color: rgb(67,73,113); }

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

border-color css

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

 span { border-color: rgb(67,73,113); }

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