Html Css Color HEX #434972 Port Gore

📋 copy color: '#434972'

red 67 ◦ green 73 ◦ blue 114

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

Shades of Port Gore #434972

Tints of Port Gore #434972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 26.38%
G = 28.74%
B = 44.88%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434972 (or 0x434972) is known color: Port Gore. HEX triplet: 43, 49 and 72. RGB value is (67,73,114). Sum of RGB (Red+Green+Blue) = 67+73+114=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #434972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434972 is #BCB68D. Grayscale: #4B4B4B. Windows color (decimal): -12367502 or 7489859. OLE color: 7489859.

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

Color convert

RGB 67 73 114 -
CMYK 0.41 0.36 0 0.55
HSL 232.34º 0.26% 0.35% -
HSV(B) 232.34º 0.41% 0.45% -
XYZ 7.73 7.17 16.9 -
YUV 75.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 67 73 114 0.41 0.36 0 0.55 232.34 0.26 0.35
Hex 43 49 72 29 24 0 37 E8 1A 23
Octal 103 111 162 51 44 0 67 350 32 43
Binary 1000011 1001001 1110010 101001 100100 0 110111 11101000 11010 100011

Color Harmonies of #434972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434972

Black with #434972

Text Example


Text Example

White with #434972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434972; }

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

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

background-color css

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

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

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

border-color css

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

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

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