Html Css Color HEX #434863 Port Gore

📋 copy color: '#434863'

red 67 ◦ green 72 ◦ blue 99

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

Shades of Port Gore #434863

Tints of Port Gore #434863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 28.15%
G = 30.25%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#434863 (or 0x434863) is known color: Port Gore. HEX triplet: 43, 48 and 63. RGB value is (67,72,99). Sum of RGB (Red+Green+Blue) = 67+72+99=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #434863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434863 is #BCB79C. Grayscale: #494949. Windows color (decimal): -12367773 or 6506563. OLE color: 6506563.

HSL color Cylindrical-coordinate representation of color #434863: hue angle of 230.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434863 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 72 99 -
CMYK 0.32 0.27 0 0.61
HSL 230.63º 0.19% 0.33% -
HSV(B) 230.63º 0.32% 0.39% -
XYZ 6.88 6.73 12.74 -
YUV 73.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 67 72 99 0.32 0.27 0 0.61 230.63 0.19 0.33
Hex 43 48 63 20 1B 0 3D E7 13 21
Octal 103 110 143 40 33 0 75 347 23 41
Binary 1000011 1001000 1100011 100000 11011 0 111101 11100111 10011 100001

Color Harmonies of #434863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434863

Black with #434863

Text Example


Text Example

White with #434863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434863; }

 p { color: rgb(67,72,99); }

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

background-color css

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

 a { background-color: rgb(67,72,99); }

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

border-color css

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

 span { border-color: rgb(67,72,99); }

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