Html Css Color HEX #74638B Kimberly

📋 copy color: '#74638B'

red 116 ◦ green 99 ◦ blue 139

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

Shades of Kimberly #74638B

Tints of Kimberly #74638B

RGB

 RED value IS 116 (45.7% from 255) = 32.77%

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 32.77%
G = 27.97%
B = 39.27%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74638B (or 0x74638B) is known color: Kimberly. HEX triplet: 74, 63 and 8B. RGB value is (116,99,139). Sum of RGB (Red+Green+Blue) = 116+99+139=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #74638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74638B is #8B9C74. Grayscale: #6C6C6C. Windows color (decimal): -9149557 or 9134964. OLE color: 9134964.

HSL color Cylindrical-coordinate representation of color #74638B: hue angle of 265.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74638B is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 99 139 -
CMYK 0.17 0.29 0 0.45
HSL 265.5º 0.17% 0.47% -
HSV(B) 265.5º 0.29% 0.55% -
XYZ 16.32 14.5 26.36 -
YUV 108.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 116 99 139 0.17 0.29 0 0.45 265.5 0.17 0.47
Hex 74 63 8B 11 1D 0 2D 10A 11 2F
Octal 164 143 213 21 35 0 55 412 21 57
Binary 1110100 1100011 10001011 10001 11101 0 101101 100001010 10001 101111

Color Harmonies of #74638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74638B

Black with #74638B

Text Example


Text Example

White with #74638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74638B; }

 p { color: rgb(116,99,139); }

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

background-color css

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

 a { background-color: rgb(116,99,139); }

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

border-color css

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

 span { border-color: rgb(116,99,139); }

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