Html Css Color HEX #42817B Breaker Bay

📋 copy color: '#42817B'

red 66 ◦ green 129 ◦ blue 123

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

Shades of Breaker Bay #42817B

Tints of Breaker Bay #42817B

RGB

 RED value IS 66 (26.17% from 255) = 20.75%

 GREEN value IS 129 (50.78% from 255) = 40.57%

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 20.75%
G = 40.57%
B = 38.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#42817B (or 0x42817B) is known color: Breaker Bay. HEX triplet: 42, 81 and 7B. RGB value is (66,129,123). Sum of RGB (Red+Green+Blue) = 66+129+123=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #42817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42817B is #BD7E84. Grayscale: #6D6D6D. Windows color (decimal): -12418693 or 8094018. OLE color: 8094018.

HSL color Cylindrical-coordinate representation of color #42817B: hue angle of 174.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42817B is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 123 -
CMYK 0.49 0 0.05 0.49
HSL 174.29º 0.32% 0.38% -
HSV(B) 174.29º 0.49% 0.51% -
XYZ 13.67 18.29 21.55 -
YUV 109.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 66 129 123 0.49 0 0.05 0.49 174.29 0.32 0.38
Hex 42 81 7B 31 0 5 31 AE 20 26
Octal 102 201 173 61 0 5 61 256 40 46
Binary 1000010 10000001 1111011 110001 0 101 110001 10101110 100000 100110

Color Harmonies of #42817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42817B

Black with #42817B

Text Example


Text Example

White with #42817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,129,123); }

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

background-color css

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

 a { background-color: rgb(66,129,123); }

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

border-color css

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

 span { border-color: rgb(66,129,123); }

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